From 644ef128868f7a5f1e90c8d5d2003ef4e34cec24 Mon Sep 17 00:00:00 2001 From: wyatt Date: Sun, 5 Nov 2023 20:24:55 -0800 Subject: [PATCH] github actions as git user --- .github/workflows/test-all-patches-action.yml | 2 ++ 1 file changed, 2 insertions(+) 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