Skip to content

Commit

Permalink
fix: should follow conventional commit when updating new compose-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wst24365888 committed Apr 27, 2024
1 parent 36d18a6 commit 1407a77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- cron: '0 0 * * *'

jobs:
#renew git submodule
update:
runs-on: ubuntu-latest
steps:
Expand All @@ -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

0 comments on commit 1407a77

Please sign in to comment.