From 6d31371af461169617c9d4205914ce71b87a7784 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 22 May 2023 00:40:20 +0300 Subject: [PATCH] chore(actions): Submodule update action tweaks --- .github/workflows/update-submodules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 1de36bd..bc3f145 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -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)"