fix: should follow conventional commit when updating new compose-spec
This commit is contained in:
parent
36d18a6300
commit
1407a77f07
1 changed files with 1 additions and 2 deletions
3
.github/workflows/cron.yml
vendored
3
.github/workflows/cron.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue