Skip to content

Commit 7d5b76a

Browse files
Merge pull request #272 from sonicdoe/patch-1
Fix alignment of cron comment
2 parents f0c568a + fb10307 commit 7d5b76a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ on:
2323
pull_request:
2424
schedule:
2525
# ┌───────────── minute (0 - 59)
26-
# │ ┌───────────── hour (0 - 23)
27-
# │ │ ┌───────────── day of the month (1 - 31)
28-
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
29-
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
30-
# │ │ │ │ │
31-
# │ │ │ │ │
32-
# │ │ │ │ │
33-
# * * * * *
26+
# ┌───────────── hour (0 - 23)
27+
# │ ┌───────────── day of the month (1 - 31)
28+
# │ │ ┌───────────── month (1 - 12 or JAN-DEC)
29+
# │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
30+
# │ │ │ │
31+
# │ │ │ │
32+
# │ │ │ │
33+
# * * * * *
3434
- cron: '30 1 * * 0'
3535

3636
jobs:

0 commit comments

Comments
 (0)