chore(actions): Submodule update action tweaks

This commit is contained in:
2023-05-22 00:40:20 +03:00
committed by GitHub
parent c2250ee80c
commit 09428c8399

View File

@@ -1,6 +1,6 @@
name: Update submodules
on:
schedule: [cron: 0 6 * * 0]
schedule: [cron: 0 3 * * *]
workflow_dispatch:
permissions:
@@ -26,7 +26,7 @@ jobs:
- name: Update submodules
run: |
if git commit -am"Update submodules (automated)
if git commit -am"chore(git): Update submodules (automated)
$(git submodule --quiet foreach \
'tag="$(git describe --tags --abbrev=0 origin/HEAD)"