Skip to content

Commit 590a39d

Browse files
committed
Set GitHub Actions Bot user configuration for commits
1 parent 2176d18 commit 590a39d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-tag-on-merge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9898
run: |
99+
git config --global user.name 'GitHub Actions Bot'
100+
git config --global user.email 'actions@github.com'
99101
git checkout v2-lite
100102
git checkout $NEW_TAG package.json package-lock.json dist/
101103
git add package.json package-lock.json dist/

0 commit comments

Comments
 (0)