Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Update git user and email per actions/checkout#1184
  • Loading branch information
nullcoder committed Jun 1, 2023
1 parent fa69f33 commit bc36431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
set -e
echo "Start."
# Configure git and Push updates
git config --global user.email github-actions@github.com
git config --global user.name github-actions
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config pull.rebase false
branch=automated-documentation-update-$GITHUB_RUN_ID
git checkout -b $branch
Expand Down

0 comments on commit bc36431

Please sign in to comment.