Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #272 from sonicdoe/patch-1
Fix alignment of cron comment
Robert authored and GitHub committed Oct 30, 2020

Unverified

No user is associated with the committer email.
2 parents f0c568a + fb10307 commit 7d5b76a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
@@ -23,14 +23,14 @@ on:
pull_request:
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
# ┌───────────── hour (0 - 23)
# │ ┌───────────── day of the month (1 - 31)
# │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │
# │ │ │ │
# │ │ │ │
# * * * * *
- cron: '30 1 * * 0'

jobs:

0 comments on commit 7d5b76a

Please sign in to comment.