Skip to content

Commit 754e5c5

Browse files
committed
fix cron
1 parent 540854e commit 754e5c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/modules/gh-update-sources.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ in
1515
workflow_call = { };
1616
workflow_dispatch = { };
1717
repository_dispatch = { };
18-
schedule = {
19-
cron = "0 0 * * *";
20-
};
18+
schedule = [{
19+
cron = "0 5 * * *";
20+
}];
2121
};
2222
permissions = {
2323
contents = "write";

0 commit comments

Comments
 (0)