From fa4456d741cc58a4e0e32330e2eaf4ef6fbe87ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Sat, 8 Jul 2023 07:01:11 +0000 Subject: [PATCH] =?UTF-8?q?github=20action=20=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tw165.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: