mirror of
https://github.com/Maks1mS/xmrig-zero-donation.git
synced 2024-12-23 16:02:58 +03:00
Changes the commit author and message
This commit is contained in:
parent
18389c9f0d
commit
a0e27d34a6
6
.github/workflows/update-upstream.yml
vendored
6
.github/workflows/update-upstream.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user