diff --git a/.github/workflows/package_updates.yml b/.github/workflows/package_updates.yml index 139150427..36bb4812e 100644 --- a/.github/workflows/package_updates.yml +++ b/.github/workflows/package_updates.yml @@ -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 }}