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 814255b commit 470377bCopy full SHA for 470377b
.github/workflows/docs.yml
@@ -40,8 +40,8 @@ jobs:
40
continue-on-error: true
41
run: |
42
cd './build'
43
- git config user.name github-actions
44
- git config user.email github-actions@github.com
+ git config user.name "github-actions[bot]"
+ git config user.email "github-actions[bot]@users.noreply.github.com"
45
git add .
46
git commit -m "Update pages"
47
git push
0 commit comments