8000 Merge branch '4.4' into 5.2 · SirRFI/symfony-docs@2b20822 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b20822

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Rename symfony-docs-tools to symfony-tools
2 parents 94e398d + 5436c4f commit 2b20822
< 8000 /div>

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