Skip to content

Commit 8130145

Browse files
Hit raw.githubusercontent.com to work around rate limiting
1 parent 93265b3 commit 8130145

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/callable-qa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: "always() && steps.checkout.outcome == 'success'"
7878
run: |
7979
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' \
8181
> .github/diff-recipe-versions.md
8282
8383
-
@@ -250,7 +250,7 @@ jobs:
250250
cd v4
251251
composer config extra.symfony.allow-contrib ${{ inputs.contrib && 'true' || 'false' }}
252252
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
254254
composer require -W --ansi $PACKAGES
255255
EXIT_CODE=$?
256256
@@ -269,5 +269,5 @@ jobs:
269269
cd v5
270270
composer config extra.symfony.allow-contrib ${{ inputs.contrib && 'true' || 'false' }}
271271
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
273273
composer require -W --ansi $PACKAGES

0 commit comments

Comments
 (0)