We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e308bdf commit 724d4ffCopy full SHA for 724d4ff
.github/workflows/docgen.yml
@@ -32,8 +32,7 @@ jobs:
32
- uses: stefanzweifel/git-auto-commit-action@v4
33
with:
34
# Required
35
- commit_message: >
36
- docs: [Automated] Regenerating documenation from $GITHUB_SHA
+ commit_message: "docs: [Automated] Regenerating documenation from $GITHUB_SHA"
37
commit_options: "--no-verify --signoff"
38
file_pattern: docs/
39
commit_user_name: TRTorch Github Bot
0 commit comments