diff --git a/.github/workflows/package_updates.yml b/.github/workflows/package_updates.yml index c59d73b8f..c9aa4ba45 100644 --- a/.github/workflows/package_updates.yml +++ b/.github/workflows/package_updates.yml @@ -2,7 +2,7 @@ name: Package updates on: schedule: - - cron: '0 */6 * * *' + - cron: '0 */1 * * *' jobs: update: @@ -13,5 +13,9 @@ jobs: - name: Process package updates env: GITHUB_API_TOKEN: ${{ secrets.GH_API_KEY }} + BUILD_PACKAGES: "true" + GIT_COMMIT_PACKAGES: "true" run: | + git config --global user.name "Termux Github Actions" + git config --global user.email "leonid.pliushch@gmail.com" bash ./scripts/updates/check-updates.sh