We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805c13b commit 679ad4cCopy full SHA for 679ad4c
.github/workflows/repo-sync.yml
@@ -1,9 +1,9 @@
1
name: repo-sync
2
3
on:
4
- # 每天自动同步
+ # 每天 00:05 自动同步
5
schedule:
6
- - cron: '0 0 * * *'
+ - cron: '5 0 * * *'
7
# 手动触发部署
8
workflow_dispatch:
9
0 commit comments