We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1f4e4 commit 7e3e09bCopy full SHA for 7e3e09b
1 file changed
.github/workflows/daily-check-in.yml
@@ -2,7 +2,7 @@ name: Daily Check-in
2
3
on:
4
schedule:
5
- - cron: '0 1 * * *' # 每天0点 UTC 时间执行
+ - cron: '0 1 * * *' # 每天1点 UTC 时间执行
6
workflow_dispatch:
7
8
jobs:
0 commit comments