Skip to content

Commit bc36431

Browse files
authored
Update release.yaml
Update git user and email per actions/checkout#1184
1 parent fa69f33 commit bc36431

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 "41898282+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)