Skip to content

Commit

Permalink
Merge pull request #64 from joshuanianji/gha-user
Browse files Browse the repository at this point in the history
ci: Fix git user settings in `release.yaml`
  • Loading branch information
samruddhikhandale authored Aug 9, 2023
2 parents 1c2bf7d + 4493d28 commit fe42248
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 fe42248

Please sign in to comment.