Skip to content

Commit e548b2b

Browse files
authored
Set GitHub Actions Bot user configuration for commits [skip ci] (#356)
* Set GitHub Actions Bot user configuration for commits * Fix email configuration for GitHub Actions Bot in workflows * Update GitHub Actions Bot email configuration to use 'actions@github.com'
1 parent 2176d18 commit e548b2b

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)