From cd0aced3648848100502c84fea900f99939c828a Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 15 Oct 2021 16:18:57 +0200 Subject: [PATCH] Read versions.json from local directory --- .github/workflows/flex-endpoint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flex-endpoint.yml b/.github/workflows/flex-endpoint.yml index e55420ed..73d77aea 100644 --- a/.github/workflows/flex-endpoint.yml +++ b/.github/workflows/flex-endpoint.yml @@ -38,7 +38,7 @@ jobs: name: Update Flex endpoint run: | mkdir .github/flex-endpoint - git ls-tree HEAD */*/* | php .github/recipes-checker-main/run generate:flex-endpoint ${{ github.repository }} master flex/main .github/flex-endpoint + git ls-tree HEAD */*/* | php .github/recipes-checker-main/run generate:flex-endpoint ${{ github.repository }} master flex/main .github/flex-endpoint .github/versions.json git switch flex/main git rm -q *.json mv .github/flex-endpoint/*.json .