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 * * *'
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue