Skip to content

Commit 6b07252

Browse files
committed
use proper user
Signed-off-by: Jade Abraham <[email protected]>
1 parent 08c59aa commit 6b07252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fi
2222
- name: Create a new branch
2323
run: |
24-
git config --global user.email "github-action-bot@email.com"
25-
git config --global user.name "github action"
24+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
25+
git config --global user.name "github-actions[bot]"
2626
git checkout -b update-version
2727
git push --set-upstream origin update-version
2828
- name: Bump Version

0 commit comments

Comments
 (0)