Skip to content

Commit e5c3657

Browse files
committed
ci: update commit messages to follow Conventional Commits via GitHub Actions
1 parent fbc03c5 commit e5c3657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
FILES=$(git ls-files --modified --others --exclude-standard docs/v2/*.json || true)
4747
if [ -n "$FILES" ]; then
4848
git add $FILES
49-
git commit -m "chore: Deploy JSON file to docs/v2 [skip ci]" || exit 0
49+
git commit -m "chore: deploy JSON file to docs/v2 [skip ci]" || exit 0
5050
git pull --rebase --autostash
5151
git push origin HEAD
5252
else

0 commit comments

Comments
 (0)