Skip to content

Commit 24d9807

Browse files
authored
fix: use github-actions[bot] identity for DCO sign-off (#21)
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent 2aa8e2f commit 24d9807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/autobump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
234234
with:
235235
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>"
236+
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>"
237237
branch: "bump-${{ matrix.formula }}-${{ steps.upstream.outputs.version }}"
238238
title: "feat: bump ${{ matrix.formula }} to ${{ steps.upstream.outputs.version }}"
239239
body: |

0 commit comments

Comments
 (0)