mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-07 10:51:04 +03:00
github/submodule-update: Use single 0
in cron spec
Just in case that `00` was the issue. It ran fine with `10 * * * *`.
This commit is contained in:
parent
0382dde5ca
commit
38c62bb1be
2
.github/workflows/submodule-update.yml
vendored
2
.github/workflows/submodule-update.yml
vendored
@ -3,7 +3,7 @@ name: Submodule Updates
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '00 12 * * *'
|
- cron: '0 12 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check_submodules:
|
check_submodules:
|
||||||
|
2
FDevIDs
2
FDevIDs
@ -1 +1 @@
|
|||||||
Subproject commit 3fd5d202e529c52748b1e9b94433262810f6e295
|
Subproject commit 726fb91654edb020491e57ce8c07041296645cd0
|
Loading…
x
Reference in New Issue
Block a user