Skip to content

Commit 5c18e71

Browse files
committed
Set actor as committer as author is unsupported
1 parent abb3467 commit 5c18e71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ runs:
99
pip install mkdocs
1010
- shell: sh
1111
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"
12+
GIT_COMMITTER_NAME: "${{ github.actor }}"
13+
GIT_COMMITTER_EMAIL: "${{ github.actor }}@users.noreply.github.com"
1614
run: |
1715
mkdocs gh-deploy --force --no-history

0 commit comments

Comments
 (0)