diff --git a/.github/workflows/tw165.yml b/.github/workflows/tw165.yml index 64e11da..590750d 100644 --- a/.github/workflows/tw165.yml +++ b/.github/workflows/tw165.yml @@ -1,11 +1,10 @@ name: TW165 on: - Schedule: - - cron: '0 0 * * *' + schedule: + # * is a special character in YAML so you have to quote this string + - cron: '0 0 * * *' workflow_dispatch: - - jobs: auto_close_issues: