mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-27 13:58:29 +00:00
fix(ci): update-submodules cron syntax
This commit is contained in:
5
.github/workflows/update-submodules.yml
vendored
5
.github/workflows/update-submodules.yml
vendored
@@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Update submodules
|
name: Update submodules
|
||||||
on:
|
on:
|
||||||
# At 04:00 on Monday and Thursday.
|
schedule:
|
||||||
schedule: "0 4 * * 1,4"
|
# At 04:00 on Monday and Thursday.
|
||||||
|
- cron: "0 4 * * 1,4"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
update-submodules:
|
update-submodules:
|
||||||
|
|||||||
Reference in New Issue
Block a user