Skip to content

Commit ce01b59

Browse files
committed
fix: swap name and email
1 parent 27ed58c commit ce01b59

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 "aws-toolkit-automation"
95-
git config --global user.name "<>"
94+
git config --global user.name "aws-toolkit-automation"
95+
git config --global user.email "<>"
9696
git merge origin/$TARGET_BRANCH
9797
9898
- name: Compute git diff

0 commit comments

Comments
 (0)