diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 874226f..87e3495 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -39,5 +39,5 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" git add package.json - git commit -m "chore: sync version to problem count [skip ci]" + git commit -m "GH-Action: sync version to problem count [skip ci]" git push