File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
77
if : " always() && steps.checkout.outcome == 'success'"
78
78
run : |
79
79
find * -mindepth 1 -maxdepth 1 -type d | sort \
80
- | .github/recipes-checker-main/run diff-recipe-versions 'https://api.github .com/repos/ ${{ github.repository }}/contents/index.json?ref= flex/pull-${{ github.event.number }}' \
80
+ | .github/recipes-checker-main/run diff-recipe-versions 'https://raw.githubusercontent .com/${{ github.repository }}/flex/pull-${{ github.event.number }}/index.json ' \
81
81
> .github/diff-recipe-versions.md
82
82
83
83
-
@@ -250,7 +250,7 @@ jobs:
250
250
cd v4
251
251
composer config extra.symfony.allow-contrib ${{ inputs.contrib && 'true' || 'false' }}
252
252
composer config minimum-stability dev
253
- export SYMFONY_ENDPOINT=https://api.github .com/repos/ ${{ github.repository }}/contents/index.json?ref= flex/pull-${{ github.event.number }}
253
+ export SYMFONY_ENDPOINT=https://raw.githubusercontent .com/${{ github.repository }}/flex/pull-${{ github.event.number }}/index.json
254
254
composer require -W --ansi $PACKAGES
255
255
EXIT_CODE=$?
256
256
@@ -269,5 +269,5 @@ jobs:
269
269
cd v5
270
270
composer config extra.symfony.allow-contrib ${{ inputs.contrib && 'true' || 'false' }}
271
271
composer config minimum-stability dev
272
- export SYMFONY_ENDPOINT=https://api.github .com/repos/ ${{ github.repository }}/contents/index.json?ref= flex/pull-${{ github.event.number }}
272
+ export SYMFONY_ENDPOINT=https://raw.githubusercontent .com/${{ github.repository }}/flex/pull-${{ github.event.number }}/index.json
273
273
composer require -W --ansi $PACKAGES
You can’t perform that action at this time.
0 commit comments