Skip to content

Commit 31e2458

Browse files
author
Chris Raynor
authored
Using standard format from docs
Updating the format slightly to match [the docs](https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#schedule) precisely
1 parent 7073967 commit 31e2458

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ on:
2525
# ┌───────────── minute (0 - 59)
2626
# │ ┌───────────── hour (0 - 23)
2727
# │ │ ┌───────────── day of the month (1 - 31)
28-
# │ │ │ ┌───────────── month (1 - 12)
29-
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday)
30-
# │ │ │ │ │
28+
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
29+
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
30+
# │ │ │ │ │
3131
# │ │ │ │ │
3232
# │ │ │ │ │
3333
# * * * * *

0 commit comments

Comments
 (0)