File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,14 +139,14 @@ jobs:
139
139
- name : Install dependencies
140
140
if : ${{ steps.find-files.outputs.files }}
141
141
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
143
143
cd ../_checker
144
144
composer install
145
145
146
146
- name : Install test application
147
147
if : ${{ steps.find-files.outputs.files }}
148
148
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
150
150
cd ../_sf_app
151
151
composer update
152
152
You can’t perform that action at this time.
0 commit comments