File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ name: Update RECIPES.md
33on :
44 workflow_call :
55 inputs :
6- # branch where the RECIPES.md will be committed
7- branch :
8- required : true
9- type : string
106 contrib :
117 required : false
128 type : boolean
4137 mkdir .github/recipe-readme
4238 git switch flex/main
4339 php .github/recipes-checker-main/run generate:recipes-readme index.json ${{ inputs.contrib && '--contrib' || '' }} > .github/recipe-readme/RECIPES.md
44- git switch ${{ inputs.branch }}
4540 cp .github/recipe-readme/RECIPES.md RECIPES.md
4641 git add RECIPES.md
4742 git commit -m 'Update Recipes README' || true
48- git push origin ${{ inputs.branch }}
43+ git push origin flex/main
Original file line number Diff line number Diff line change 1818 call-recipe-readme-update :
1919 needs : ' call-flex-update'
2020 uses : symfony/recipes/.github/workflows/callable-recipe-readme-update.yml@main
21- with :
22- branch : main
Original file line number Diff line number Diff line change @@ -370,4 +370,4 @@ one used by ``symfony/framework-bundle``:
370370 .. _`Symfony Flex` : https://github.com/symfony/flex
371371.. _`contrib repository` : https://github.com/symfony/recipes-contrib
372372.. _`Symfony Console styles and colors` : https://symfony.com/doc/current/console/coloring.html
373- .. _`RECIPES.md` : https://github.com/symfony/recipes/blob/main/RECIPES.md
373+ .. _`RECIPES.md` : https://github.com/symfony/recipes/blob/flex/ main/RECIPES.md
You can’t perform that action at this time.
0 commit comments