diff --git a/.github/workflows/test-all-patches-action.yml b/.github/workflows/test-all-patches-action.yml index 54e85ac..9e76de3 100644 --- a/.github/workflows/test-all-patches-action.yml +++ b/.github/workflows/test-all-patches-action.yml @@ -29,6 +29,8 @@ jobs: - name: Push Changes to Wiki run: | cd ./wiki-dir + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" git add . git commit -m "automatic wiki update from github actions" git push