Skip to content

Commit 2b06382

Browse files
authored
Merge pull request #26 from BoatraceOpenAPI/feature/issue-25-commit-message
ci: update commit messages to follow Conventional Commits via GitHub Actions
2 parents fbc03c5 + e5c3657 commit 2b06382

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)