Skip to content

Commit fe42248

Browse files
Merge pull request #64 from joshuanianji/gha-user
ci: Fix git user settings in `release.yaml`
2 parents 1c2bf7d + 4493d28 commit fe42248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
set -e
3232
echo "Start."
3333
# Configure git and Push updates
34-
git config --global user.email github-actions@github.com
35-
git config --global user.name github-actions
34+
git config --global user.email github-actions[bot]@users.noreply.github.com
35+
git config --global user.name github-actions[bot]
3636
git config pull.rebase false
3737
branch=automated-documentation-update-$GITHUB_RUN_ID
3838
git checkout -b $branch

0 commit comments

Comments
 (0)