ci(package_updates.yml): use `contact@termux.org` for git email

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
Aditya Alok 2022-03-28 23:45:07 +05:30
parent 4b87d872a3
commit 92ea572ede
No known key found for this signature in database
GPG Key ID: 5A52117417798AC7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
GIT_PUSH_PACKAGES: "true"
run: |
git config --global user.name "Termux Github Actions"
git config --global user.email "contact@termux.com"
git config --global user.email "contact@termux.org"
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
./scripts/bin/update-packages ${{ github.event.inputs.packages }}