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 eef4c83 commit 1688a70Copy full SHA for 1688a70
.github/workflows/callable-watch.yml
@@ -47,8 +47,10 @@ jobs:
47
uses: peter-evans/create-pull-request@v4
48
with:
49
token: ${{ secrets.BOT_TOKEN }}
50
- commit-message: Update recipes code ${{ steps.date.outputs.date }}
51
- title: Update generated code ${{ steps.date.outputs.date }}
+ author: Schranz PHP Recipes Bot <[email protected]>
+ committer: Schranz PHP Recipes Bot <[email protected]>
52
+ commit-message: Update recipes: ${{ steps.date.outputs.date }}
53
+ title: Update recipes: ${{ steps.date.outputs.date }}
54
body: |
55
The Symfony Recipes changed with version ${{ steps.fetch_version.outputs.last }}.
56
This PR contains the new definition for recipes.
0 commit comments