Skip to content

Commit a3231f9

Browse files
fix: commit message of auto update (#1106)
Signed-off-by: Jeffrey Tang <[email protected]>
1 parent 6e73f57 commit a3231f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zxc-update-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
if : ${{ github.event.inputs.dry-run-enabled != 'true' && !cancelled() && !failure() && inputs.commit-changes }}
147147
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
148148
with:
149-
commit_message: "auto update docs/content/User/StepByStepGuide.md [skip ci]"
149+
commit_message: "chore: auto update docs/content/User/StepByStepGuide.md"
150150
commit_options: '--no-verify --signoff'
151151
add_options: '-u'
152152
file_pattern: 'docs/content/User/StepByStepGuide.md'

0 commit comments

Comments
 (0)