Fix SYMFONY_ENDPOINT

This commit is contained in:
Nicolas Grekas
2021-07-10 08:31:20 +02:00
parent b798b64099
commit 747ef9ffc7
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
continue-on-error: true
id: config
run: |
SYMFONY_ENDPOINT=https://symfony.sh/r/github.com/symfony/recipes/${{ github.event.number }}
SYMFONY_ENDPOINT=https://flex.symfony.com/r/github.com/symfony/recipes/${{ github.event.number }}
echo SYMFONY_ENDPOINT=$SYMFONY_ENDPOINT >> $GITHUB_ENV
PACKAGES=$(curl -s $SYMFONY_ENDPOINT | sed -En 's/.*composer req "([^"]+)".*/\1/p')