Skip to content

Commit 27ed58c

Browse files
committed
build: adjust name to match other automations
1 parent f1400f8 commit 27ed58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
# start the job if there are merge conflicts. https://github.com/orgs/community/discussions/11265
9292
# Also, because `git merge` makes a commit, we need to establish an identity to avoid 'Committer identity unknown' error
9393
run: |
94-
git config --global user.email "[email protected]"
95-
git config --global user.name "ci"
94+
git config --global user.email "aws-toolkit-automation"
95+
git config --global user.name "<>"
9696
git merge origin/$TARGET_BRANCH
9797
9898
- name: Compute git diff

0 commit comments

Comments
 (0)