Skip to content

Commit 0e60ee9

Browse files
committed
Set committer and author
1 parent cb99aef commit 0e60ee9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/publish-docs/action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@ runs:
88
run: |
99
pip install mkdocs
1010
- 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"
1116
run: |
1217
mkdocs gh-deploy

0 commit comments

Comments
 (0)