We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa8e2f commit 24d9807Copy full SHA for 24d9807
1 file changed
.github/workflows/autobump.yml
@@ -233,7 +233,7 @@ jobs:
233
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
234
with:
235
token: ${{ secrets.GH_PAT_RELEASE_PLEASE_ACTION }}
236
- commit-message: "feat: bump ${{ matrix.formula }} to ${{ steps.upstream.outputs.version }}\n\nSigned-off-by: TrogonStack Bot <bot@trogonstack.com>"
+ commit-message: "feat: bump ${{ matrix.formula }} to ${{ steps.upstream.outputs.version }}\n\nSigned-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
237
branch: "bump-${{ matrix.formula }}-${{ steps.upstream.outputs.version }}"
238
title: "feat: bump ${{ matrix.formula }} to ${{ steps.upstream.outputs.version }}"
239
body: |
0 commit comments