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