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:
parent
4b87d872a3
commit
92ea572ede
2
.github/workflows/package_updates.yml
vendored
2
.github/workflows/package_updates.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user