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 855706e commit 0af4d70Copy full SHA for 0af4d70
.github/workflows/documentation.yaml
@@ -21,6 +21,8 @@ jobs:
21
output-file: README.md
22
output-method: replace
23
git-push: true
24
+ template: |
25
+ <!-- BEGIN_TF_DOCS -->\n{{ .Content }}\n<!-- END_TF_DOCS -->\n{{- printf "\n" -}}
26
27
- name: Commit changes
28
run: |
.github/workflows/pre-commit.yaml
@@ -32,6 +32,7 @@ jobs:
32
33
34
35
+ template: <!-- BEGIN_TF_DOCS -->\n{{ .Content }}\n<!-- END_TF_DOCS -->\n{{- printf "\n" -}}
36
37
38
collectInputs:
0 commit comments