Skip to content

Commit 9d36d72

Browse files
committed
Fix commit message
1 parent a63c09d commit 9d36d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
git config --global user.name "Ondrej Mirtes"
241241
git config --global user.email "[email protected]"
242242
git add .
243-
git commit --gpg-sign -m "Updated PHPStan to commit ${{ github.event.after }}\n\n${{ steps.git-log.outputs.log }}" --author "Ondrej Mirtes <[email protected]>"
243+
git commit --gpg-sign -m "Updated PHPStan to commit ${{ github.event.after }}" -m "${{ steps.git-log.outputs.log }}" --author "Ondrej Mirtes <[email protected]>"
244244
lucky_commit ${{ steps.short-src-sha.outputs.sha }}
245245
git push
246246

0 commit comments

Comments
 (0)