优化:cron 配置命令

pull/551/head
taotieren 3 years ago
parent 809b34f9e9
commit 5468726bc2
No known key found for this signature in database
GPG Key ID: D2220C924B0CBF02

@ -135,7 +135,7 @@ jobs:
```yml
on:
schedule: -cron:'00 ***'
schedule: -cron:'0 0 * * *'
```
3. 外部事件触发,例如你可以通过 `REST API` 向 Github 发送请求去触发,具体请查阅[官方文档](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#repository_dispatch)

Loading…
Cancel
Save