ci: 👷 GH actions : update commit comment

This commit is contained in:
Mike Cunneen 2025-08-21 19:48:03 +08:00
parent dd1450b6d4
commit cc3e00e01b
4 changed files with 93 additions and 2 deletions

View file

@ -24,6 +24,6 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add ${{github.workspace}}/docs/REFERENCE_STYLE.md
git commit -m "[bot] update reference-style table"
git status
git commit -m "docs: 📝 update reference-style table"
git status -s
git push