From 4c094d4c90d7e789f5266e3263cec87bb9702a08 Mon Sep 17 00:00:00 2001 From: name Date: Thu, 3 Feb 2022 23:55:25 +0800 Subject: [PATCH] fix github action --- .github/workflows/destversion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/destversion.yml b/.github/workflows/destversion.yml index 1d28e3a..abef51d 100644 --- a/.github/workflows/destversion.yml +++ b/.github/workflows/destversion.yml @@ -2,7 +2,7 @@ name: Wechat Dest Version on: schedule: - - 0 16 * * * + - cron: '0 16 * * *' jobs: save_new_wechat: