diff --git a/.github/workflows/update_precommit_hooks.yml b/.github/workflows/update_precommit_hooks.yml index 1d2bdb8..b215afa 100644 --- a/.github/workflows/update_precommit_hooks.yml +++ b/.github/workflows/update_precommit_hooks.yml @@ -18,8 +18,8 @@ on: # │ │ │ │ │ # * * * * * schedule: - - cron: '0 0 * * 1' - timezone: 'Etc/UTC' + - cron: 0 0 * * 1 + timezone: Etc/UTC # Allows you to run this workflow manually from the Actions tab workflow_dispatch: