mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Fix flex endpoint
This commit is contained in:
@@ -67,7 +67,7 @@ jobs:
|
||||
if: "always() && steps.checkout.outcome == 'success'"
|
||||
run: |
|
||||
find * -mindepth 1 -maxdepth 1 -type d | sort \
|
||||
| .github/recipes-checker-main/run diff-recipe-versions https://github.com/${{ github.repository }}/raw/flex/pull-${{ github.event.number }}/index.json \
|
||||
| .github/recipes-checker-main/run diff-recipe-versions 'https://api.github.com/repos/${{ github.repository }}/contents/index.json?ref=flex/pull-${{ github.event.number }}' \
|
||||
> .github/diff-recipe-versions.md
|
||||
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user