We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa2ce7 commit 832f36cCopy full SHA for 832f36c
.github/workflows/build-docs.yml
@@ -53,8 +53,8 @@ jobs:
53
54
- name: Commit changes
55
run: |
56
- git config --global user.name 'github-actions'
57
- git config --global user.email 'github-actions@github.com'
+ git config --global user.name "$GITHUB_ACTOR"
+ git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
58
git add docs/
59
git commit -m "ci(docs): Automated site build"
60
git push
0 commit comments