8000 minor #15276 Rename symfony-docs-tools to symfony-tools (Nyholm) · SirRFI/symfony-docs@5436c4f · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 5436c4f

Browse files
committed
minor symfony#15276 Rename symfony-docs-tools to symfony-tools (Nyholm)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- Rename symfony-docs-tools to symfony-tools Just waiting for the actual rename. Commits ------- 9bcce64 Rename symfony-docs-tools to symfony-tools
2 parents 0bddffd + 9bcce64 commit 5436c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@ jobs:
139139
- name: Install dependencies
140140
if: ${{ steps.find-files.outputs.files }}
141141
run: |
142-
git clone --depth 15 https://github.com/symfony-docs-tools/code-block-checker.git ../_checker
142+
git clone --depth 15 https://github.com/symfony-tools/code-block-checker.git ../_checker
143143
cd ../_checker
144144
composer install
145145
146146
- name: Install test application
147147
if: ${{ steps.find-files.outputs.files }}
148148
run: |
149-
git clone -b ${{ github.base_ref }} --depth 5 --single-branch https://github.com/symfony-docs-tools/symfony-application.git ../_sf_app
149+
git clone -b ${{ github.base_ref }} --depth 5 --single-branch https://github.com/symfony-tools/symfony-application.git ../_sf_app
150150
cd ../_sf_app
151151
composer update
152152

0 commit comments

Comments
 (0)
0