We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d7f5a commit 84a7aa3Copy full SHA for 84a7aa3
.github/workflows/qa.yml
@@ -67,7 +67,7 @@ jobs:
67
if: "always() && steps.checkout.outcome == 'success'"
68
run: |
69
find * -mindepth 1 -maxdepth 1 -type d | sort \
70
- | .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 }}' \
71
> .github/diff-recipe-versions.md
72
73
-
0 commit comments