Skip to content

Commit 4e57474

Browse files
authored
fix workflow format (#610)
Signed-off-by: vsoch <[email protected]> Signed-off-by: vsoch <[email protected]> Co-authored-by: vsoch <[email protected]>
1 parent 40b7adf commit 4e57474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alert-action-updates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check Actions Once a Year
22
on:
33
schedule:
4-
cron: 0 0 1 6 *
4+
- cron: "0 0 1 6 *"
55

66
jobs:
77
test-detect:

0 commit comments

Comments
 (0)