From 31e24585747ab2cbde626bf795126e0326f3a138 Mon Sep 17 00:00:00 2001 From: Chris Raynor Date: Sun, 4 Oct 2020 11:20:31 +0100 Subject: [PATCH] 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 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f3104821..2bab35599 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ on: # ┌───────────── minute (0 - 59) # │ ┌───────────── hour (0 - 23) # │ │ ┌───────────── day of the month (1 - 31) - # │ │ │ ┌───────────── month (1 - 12) - # │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday) - # │ │ │ │ │ + # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) + # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) + # │ │ │ │ │ # │ │ │ │ │ # │ │ │ │ │ # * * * * *