mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Read versions.json from local directory
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user