diff --git a/.github/workflows/update-check.yml b/.github/workflows/update-check.yml index b37991d..df83d86 100644 --- a/.github/workflows/update-check.yml +++ b/.github/workflows/update-check.yml @@ -1,7 +1,7 @@ name: Check for updates on: schedule: # for scheduling to work this file must be in the default branch - - cron: "0 0 * * 1" # run every Monday + - cron: "0 0 * * *" # run every day at midnight workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab jobs: @@ -26,4 +26,4 @@ jobs: GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - args: --update --never-fork dev.aunetx.deezer.json \ No newline at end of file + args: --update --never-fork dev.aunetx.deezer.json