fix: should follow conventional commit when updating new compose-spec

This commit is contained in:
Xyphuz 2024-04-28 01:36:28 +08:00
parent 36d18a6300
commit 1407a77f07

View file

@ -5,7 +5,6 @@ on:
- cron: '0 0 * * *' - cron: '0 0 * * *'
jobs: jobs:
#renew git submodule
update: update:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -16,5 +15,5 @@ jobs:
git submodule update --remote --recursive git submodule update --remote --recursive
- name: Commit changes - name: Commit changes
run: | run: |
git commit -am "Update submodules" || echo "No changes to commit" git commit -am "chore: update submodules" || echo "No changes to commit."
git push git push