Skip to content

Commit cd0aced

Browse files
Read versions.json from local directory
1 parent 0608b6b commit cd0aced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flex-endpoint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Update Flex endpoint
3939
run: |
4040
mkdir .github/flex-endpoint
41-
git ls-tree HEAD */*/* | php .github/recipes-checker-main/run generate:flex-endpoint ${{ github.repository }} master flex/main .github/flex-endpoint
41+
git ls-tree HEAD */*/* | php .github/recipes-checker-main/run generate:flex-endpoint ${{ github.repository }} master flex/main .github/flex-endpoint .github/versions.json
4242
git switch flex/main
4343
git rm -q *.json
4444
mv .github/flex-endpoint/*.json .

0 commit comments

Comments
 (0)