Skip to content

Commit c6e0b42

Browse files
authored
fix: author commit with correct bot name (#160)
1 parent d962cf5 commit c6e0b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: steps.check.outputs.needs_update == 'true'
5151
uses: peter-evans/create-pull-request@v8
5252
with:
53-
author: crd-automation[bot] <crd-automation[bot]@users.noreply.github.com>
53+
author: codereaper-automation[bot] <codereaper-automation[bot]@users.noreply.github.com>
5454
title: "chore: upgrade Go to ${{ steps.check.outputs.latest }}"
5555
commit-message: "chore: upgrade Go to ${{ steps.check.outputs.latest }}"
5656
branch: chore/upgrade-go-${{ steps.check.outputs.latest }}

0 commit comments

Comments
 (0)