Skip to content

Commit 3c9d3a0

Browse files
[gha] Merge recipe-readme-update into flex-update
1 parent ba8b92a commit 3c9d3a0

File tree

3 files changed

+2
-47
lines changed

3 files changed

+2
-47
lines changed

.github/workflows/callable-flex-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@ jobs:
4949
git add *.json
5050
cp -a .github/flex-endpoint/archived .
5151
git add archived/
52+
php .github/recipes-checker-main/run generate:recipes-readme index.json ${{ inputs.contrib && '--contrib' || '' }} > RECIPES.md
53+
git add RECIPES.md
5254
git commit -m 'Update Flex endpoint' || true
5355
git push origin -f flex/main

.github/workflows/callable-recipe-readme-update.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/flex-update.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ jobs:
1414
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
1515
with:
1616
versions_json: .github/versions.json
17-
18-
call-recipe-readme-update:
19-
needs: 'call-flex-update'
20-
uses: symfony/recipes/.github/workflows/callable-recipe-readme-update.yml@main

0 commit comments

Comments
 (0)