Skip to content

Commit 0172fe6

Browse files
authored
Merge pull request #47 from wetneb/patch-1
Fix yaml syntax and add comment to explain the cron syntax
2 parents f415e8e + 35a6966 commit 0172fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ name: Example
3636

3737
on:
3838
schedule:
39-
cron: '0 0 * * *'
39+
- cron: '12 22 * * *' # Runs at 22:12 UTC every day
4040

4141
jobs:
4242
# Best used in combination with actions/stale to assign a Stale label

0 commit comments

Comments
 (0)