Skip to content

Commit 6d9b724

Browse files
fix: fix github action cron
1 parent 89852f8 commit 6d9b724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
schedule:
66
# The "*" (#42, asterisk) character has special semantics in YAML, so this
77
# string has to be quoted.
8-
- cron: '00 6 1 * *'
8+
- cron: '0 0 6 1 * *'
99
jobs:
1010
renovate:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)