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:
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
You can’t perform that action at this time.
0 commit comments