From d5de760000edb8e570dcc9b2544243abf263cd0f Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 27 Nov 2023 23:16:25 +0100 Subject: [PATCH] fix bot user (#182) --- .github/workflows/get_stats.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/get_stats.yml b/.github/workflows/get_stats.yml index 6f045a8a..002bb21c 100644 --- a/.github/workflows/get_stats.yml +++ b/.github/workflows/get_stats.yml @@ -22,4 +22,5 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "[Bot] Updated the stats" + commit_author: Bot branch: main