Skip to content

Commit 6ffacda

Browse files
committed
fix: commit message of auto update
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
1 parent 1297cb5 commit 6ffacda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)