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 1688a70 commit dc0e6feCopy full SHA for dc0e6fe
.github/workflows/callable-watch.yml
@@ -49,8 +49,8 @@ jobs:
49
token: ${{ secrets.BOT_TOKEN }}
50
author: Schranz PHP Recipes Bot <[email protected]>
51
committer: Schranz PHP Recipes Bot <[email protected]>
52
- commit-message: Update recipes: ${{ steps.date.outputs.date }}
53
- title: Update recipes: ${{ steps.date.outputs.date }}
+ commit-message: Update recipes ${{ steps.date.outputs.date }}
+ 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