diff --git a/.github/workflows/rebuild-wiki.yml b/.github/workflows/rebuild-wiki.yml index ee9f68f..cdeb834 100644 --- a/.github/workflows/rebuild-wiki.yml +++ b/.github/workflows/rebuild-wiki.yml @@ -34,6 +34,8 @@ jobs: run: | mv -f $GITHUB_WORKSPACE/repo/docs/* $GITHUB_WORKSPACE/wiki/ cd $GITHUB_WORKSPACE/wiki + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add . git commit -m '$(git rev-parse --short --verify main)' git push