Skip to content

Commit

Permalink
fix: commit message of auto update (#1106)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas authored Jan 6, 2025
1 parent 6e73f57 commit a3231f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zxc-update-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
if : ${{ github.event.inputs.dry-run-enabled != 'true' && !cancelled() && !failure() && inputs.commit-changes }}
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
with:
commit_message: "auto update docs/content/User/StepByStepGuide.md [skip ci]"
commit_message: "chore: auto update docs/content/User/StepByStepGuide.md"
commit_options: '--no-verify --signoff'
add_options: '-u'
file_pattern: 'docs/content/User/StepByStepGuide.md'
Expand Down

0 comments on commit a3231f9

Please sign in to comment.