From 7ffda0cf6251e64b2ef93c06bc748ff89482edb2 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 22 Jul 2021 21:27:42 +0300 Subject: [PATCH] automatic updates: use Termux email for git Do not use my email for automated commits, so GitHub won't assign them to my account. --- .github/workflows/package_updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package_updates.yml b/.github/workflows/package_updates.yml index eb718acfc..f6abf94b0 100644 --- a/.github/workflows/package_updates.yml +++ b/.github/workflows/package_updates.yml @@ -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