Skip to content

Commit dc0e6fe

Browse files
Fix workflow formatting
1 parent 1688a70 commit dc0e6fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/callable-watch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
token: ${{ secrets.BOT_TOKEN }}
5050
author: Schranz PHP Recipes Bot <[email protected]>
5151
committer: Schranz PHP Recipes Bot <[email protected]>
52-
commit-message: Update recipes: ${{ steps.date.outputs.date }}
53-
title: Update recipes: ${{ steps.date.outputs.date }}
52+
commit-message: Update recipes ${{ steps.date.outputs.date }}
53+
title: Update recipes ${{ steps.date.outputs.date }}
5454
body: |
5555
The Symfony Recipes changed with version ${{ steps.fetch_version.outputs.last }}.
5656
This PR contains the new definition for recipes.

0 commit comments

Comments
 (0)