fix(ci): use proper cron syntax

This commit is contained in:
buffet 2024-05-13 13:41:52 +02:00
parent 2b1624ebc5
commit 2cd946a893

View file

@ -1,5 +1,6 @@
on:
schedule: '*/5 0 * * 1'
schedule:
- cron: '*/5 0 * * 1'
jobs:
update-flake: