From 06db7a4505c3da75a67905e0bd558ea7c6e5e9f5 Mon Sep 17 00:00:00 2001 From: shimomo Date: Thu, 28 Aug 2025 16:06:03 +0900 Subject: [PATCH] ci: update commit messages to follow Conventional Commits via GitHub Actions --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index fbea960be..066fc50bc 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -46,7 +46,7 @@ jobs: FILES=$(git ls-files --modified --others --exclude-standard docs/v2/*.json || true) if [ -n "$FILES" ]; then git add $FILES - git commit -m "chore: Deploy JSON file to docs/v2 [skip ci]" || exit 0 + git commit -m "chore: deploy JSON file to docs/v2 [skip ci]" || exit 0 git pull --rebase --autostash git push origin HEAD else