1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +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:
Athanasius 2022-12-17 12:40:48 +00:00
parent 06d83399c0
commit 414f9d8dae
No known key found for this signature in database
GPG Key ID: 772697E181BB2767
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Submodule Updates
on:
schedule:
- cron: '00 12 * * *'
- cron: '0 12 * * *'
jobs:
check_submodules:

@ -1 +1 @@
Subproject commit 3fd5d202e529c52748b1e9b94433262810f6e295
Subproject commit 726fb91654edb020491e57ce8c07041296645cd0