Explorar o código

Update housekeeping-stale-issues.yaml

DingQz hai 10 meses
pai
achega
ff973f71b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/housekeeping-stale-issues.yaml

+ 1 - 1
.github/workflows/housekeeping-stale-issues.yaml

@@ -1,7 +1,7 @@
 name: Housekeeping - Close stale issues   # 工作流程名称:处理陈旧问题
 on:
   schedule:
-    - cron: '0 9 * **'    # 定时触发:每天早上 9 点运行
+    - cron: '0 9 * * *'    # 定时触发:每天早上 9 点运行
 
 jobs:
   stale:    # 作业名称