Changes the commit author and message

This commit is contained in:
Maxim Slipenko 2023-03-23 19:15:53 +03:00
parent 18389c9f0d
commit a0e27d34a6

View File

@ -18,7 +18,7 @@ jobs:
- name: Update module - name: Update module
run: | run: |
git submodule update --init --recursive --checkout -f --remote git submodule update --init --recursive --checkout -f --remote
git config --global user.name "GitHub Action" git config --global user.name "github-actions[bot]"
git config --global user.email "noreply@github.com" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -am "Autoupdate xmrig" || true git commit -am "[Automated action] Update xmrig" || true
git push git push