We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1297cb5 commit 6ffacdaCopy full SHA for 6ffacda
.github/workflows/zxc-update-readme.yaml
@@ -146,7 +146,7 @@ jobs:
146
if : ${{ github.event.inputs.dry-run-enabled != 'true' && !cancelled() && !failure() && inputs.commit-changes }}
147
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
148
with:
149
- commit_message: "auto update docs/content/User/StepByStepGuide.md [skip ci]"
+ commit_message: "chore: auto update docs/content/User/StepByStepGuide.md"
150
commit_options: '--no-verify --signoff'
151
add_options: '-u'
152
file_pattern: 'docs/content/User/StepByStepGuide.md'
0 commit comments