automatic updates: use Termux email for git
Do not use my email for automated commits, so GitHub won't assign them to my account.
This commit is contained in:
parent
f28091dbcb
commit
7ffda0cf62
2
.github/workflows/package_updates.yml
vendored
2
.github/workflows/package_updates.yml
vendored
@ -22,5 +22,5 @@ jobs:
|
||||
GIT_PUSH_PACKAGES: "true"
|
||||
run: |
|
||||
git config --global user.name "Termux Github Actions"
|
||||
git config --global user.email "leonid.pliushch@gmail.com"
|
||||
git config --global user.email "contact@termux.com"
|
||||
bash ./scripts/updates/check-updates.sh
|
||||
|
Loading…
Reference in New Issue
Block a user