docs: update the correct trigger time note

This commit is contained in:
likanug 2025-12-10 15:04:10 +08:00 committed by GitHub
parent 38e1f4b58d
commit 42bdd441fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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