We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa69f33 commit bc36431Copy full SHA for bc36431
.github/workflows/release.yaml
@@ -31,8 +31,8 @@ jobs:
31
set -e
32
echo "Start."
33
# Configure git and Push updates
34
- git config --global user.email github-actions@github.com
35
- 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]"
36
git config pull.rebase false
37
branch=automated-documentation-update-$GITHUB_RUN_ID
38
git checkout -b $branch
0 commit comments