We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63c09d commit 9d36d72Copy full SHA for 9d36d72
.github/workflows/phar.yml
@@ -240,7 +240,7 @@ jobs:
240
git config --global user.name "Ondrej Mirtes"
241
git config --global user.email "ondrej@mirtes.cz"
242
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 <ondrej@mirtes.cz>"
+ git commit --gpg-sign -m "Updated PHPStan to commit ${{ github.event.after }}" -m "${{ steps.git-log.outputs.log }}" --author "Ondrej Mirtes <ondrej@mirtes.cz>"
244
lucky_commit ${{ steps.short-src-sha.outputs.sha }}
245
git push
246
0 commit comments