From 42bdd441fd1aa1f4b1a0d5722baad0de7e4d49da Mon Sep 17 00:00:00 2001 From: likanug <14996214+bruceblink@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:04:10 +0800 Subject: [PATCH] docs: update the correct trigger time note --- .github/workflows/sync-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index 434a79cb..09dce146 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -3,7 +3,7 @@ name: Sync Upstream on: workflow_dispatch: # 手动触发 schedule: - - cron: "0 11 * * *" # 每天(utc)凌晨3点自动同步(可自行设置) + - cron: "0 11 * * *" # 每天(utc+8)凌晨3点自动同步(可自行设置) permissions: contents: write