Skip to content

Commit 9a03c21

Browse files
authored
fix committer email
1 parent 08410f5 commit 9a03c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
WIKI_DIR: docs/
2020
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
GH_EMAIL: '41898282+github-actions[bot]@users.noreply.github.com'
21+
GH_MAIL: '41898282+github-actions[bot]@users.noreply.github.com'
2222
GH_NAME: 'github-actions[bot]'
2323
EXCLUDED_FILES: 'README.md'
2424
WIKI_PUSH_MESSAGE: '${{ github.event.commits[0].message }}'

0 commit comments

Comments
 (0)