diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0290c52..1fb5554 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: Check app updates on: workflow_dispatch: schedule: - - cron: "0 * * * *" + - cron: "0 10 * * *" jobs: build: @@ -25,7 +25,6 @@ jobs: cargo run --features=cli,dev-tools -- update ../apps --token "${{ secrets.GITHUB_TOKEN }}" cd .. rm -rf app-cli - git config --global user.name "GitHub Actions" - git config --global user.email "actions@github.com" - git commit -a -m "Update apps" || true - git push + + - name: Create Pull Request + uses: peter-evans/create-pull-request@v4