From d4c431f395b0abb89854d9f6147d28250dc592d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E8=8B=92=E9=B8=AD?= <71560643+xingranya@users.noreply.github.com> Date: Sun, 24 Nov 2024 13:13:29 +0800 Subject: [PATCH] Update weather_report.yml --- .github/workflows/weather_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weather_report.yml b/.github/workflows/weather_report.yml index e18682e6..4e4a4bc0 100644 --- a/.github/workflows/weather_report.yml +++ b/.github/workflows/weather_report.yml @@ -6,7 +6,7 @@ name: 天气预报推送 on: schedule: # 设置启动时间,为 UTC 时间, UTC23点 对应北京时间早7点 - - cron : '00 23 * * *' + - cron : '00 24 * * *' workflow_dispatch: permissions: