diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index a0c27e1d..cfc80b34 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