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:
Leonid Pliushch 2021-07-22 21:27:42 +03:00
parent f28091dbcb
commit 7ffda0cf62
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -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