From 1407a77f07500a3cdaf2be498f6da50b694bb67a Mon Sep 17 00:00:00 2001 From: Xyphuz Date: Sun, 28 Apr 2024 01:36:28 +0800 Subject: [PATCH] fix: should follow conventional commit when updating new compose-spec --- .github/workflows/cron.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index c3e1aab..35c8466 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -5,7 +5,6 @@ on: - cron: '0 0 * * *' jobs: -#renew git submodule update: runs-on: ubuntu-latest steps: @@ -16,5 +15,5 @@ jobs: git submodule update --remote --recursive - name: Commit changes run: | - git commit -am "Update submodules" || echo "No changes to commit" + git commit -am "chore: update submodules" || echo "No changes to commit." git push