diff --git a/README.md b/README.md index d6a963ee..67c4ba3f 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,8 @@ Basic: ``` name: "Close stale issues" on: - push: {} schedule: - - cron: 0 * * * * + - cron: "0 * * * *" jobs: stale: @@ -29,9 +28,8 @@ Configure stale timeouts: ``` name: "Close stale issues" on: - push: {} schedule: - - cron: 0 * * * * + - cron: "0 * * * *" jobs: stale: @@ -49,9 +47,8 @@ Configure labels: ``` name: "Close stale issues" on: - push: {} schedule: - - cron: 0 * * * * + - cron: "0 * * * *" jobs: stale: