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 0608b6b commit cd0acedCopy full SHA for cd0aced
.github/workflows/flex-endpoint.yml
@@ -38,7 +38,7 @@ jobs:
38
name: Update Flex endpoint
39
run: |
40
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
+ git ls-tree HEAD */*/* | php .github/recipes-checker-main/run generate:flex-endpoint ${{ github.repository }} master flex/main .github/flex-endpoint .github/versions.json
42
git switch flex/main
43
git rm -q *.json
44
mv .github/flex-endpoint/*.json .
0 commit comments