From dec6edf5af730213c7558a3875653d499fcbc910 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 23 Sep 2021 09:30:19 +0200 Subject: [PATCH] Fix flex endpoint --- .github/workflows/qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 56734082..9b7f0abe 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -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 -