Skip to content

Commit

Permalink
ci: fix bot's config of git (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Sep 6, 2023
1 parent 02e9c67 commit 5f0e32f
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 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 5f0e32f

Please sign in to comment.