We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb99aef commit 0e60ee9Copy full SHA for 0e60ee9
.github/actions/publish-docs/action.yml
@@ -8,5 +8,10 @@ runs:
8
run: |
9
pip install mkdocs
10
- shell: sh
11
+ env:
12
+ GIT_COMMITTER_NAME: "github-actions[bot]"
13
+ GIT_COMMITTER_EMAIL: "github-actions[bot]@users.noreply.github.com"
14
+ GIT_AUTHOR_NAME: "${{ github.actor }}"
15
+ GIT_AUTHOR_EMAIL: "${{ github.actor }}@users.noreply.github.com"
16
17
mkdocs gh-deploy
0 commit comments