Skip to content

Commit 84a7aa3

Browse files
Fix flex endpoint
1 parent a0d7f5a commit 84a7aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: "always() && steps.checkout.outcome == 'success'"
6868
run: |
6969
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 \
70+
| .github/recipes-checker-main/run diff-recipe-versions 'https://api.github.com/repos/${{ github.repository }}/contents/index.json?ref=flex/pull-${{ github.event.number }}' \
7171
> .github/diff-recipe-versions.md
7272
7373
-

0 commit comments

Comments
 (0)