From a0e27d34a62592b3db517c1b9e7cc6f9c571f6ae Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Thu, 23 Mar 2023 19:15:53 +0300 Subject: [PATCH] Changes the commit author and message --- .github/workflows/update-upstream.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-upstream.yml b/.github/workflows/update-upstream.yml index 07e60e9..c1e2d5a 100644 --- a/.github/workflows/update-upstream.yml +++ b/.github/workflows/update-upstream.yml @@ -18,7 +18,7 @@ jobs: - name: Update module run: | git submodule update --init --recursive --checkout -f --remote - git config --global user.name "GitHub Action" - git config --global user.email "noreply@github.com" - git commit -am "Autoupdate xmrig" || true + git config --global user.name "github-actions[bot]" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git commit -am "[Automated action] Update xmrig" || true git push \ No newline at end of file