Skip to content

Commit 4afdce5

Browse files
author
Bensingh Pancras
committed
fixed the cron convention
1 parent fd44db1 commit 4afdce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Check Markdown links
22

33
on:
44
push:
5-
schedule:
6-
- cron "0 9 * * 1" #Run the action every Monday at 9 am.
5+
schedule:
6+
- cron: '0 9 * * 1' #Run the action every Monday at 9 am.
77

88
jobs:
99
markdown-link-check:

0 commit comments

Comments
 (0)