Skip to content

Commit d1c9943

Browse files
authored
Merge pull request #86 from akorp/main
docs: default action inputs values for config-file
2 parents cfde42f + 581cd53 commit d1c9943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ inputs:
3232
required: false
3333
default: "markdown table"
3434
output-method:
35-
description: Method should be one of `replace`, `inject`, or `print`
35+
description: Method should be one of `replace`, `inject`, or `print`. Set as an empty string if `output.mode` and `output.file` are defined in config-file
3636
required: false
3737
default: "inject"
3838
output-file:
3939
description: File in module directory where the docs should be placed
4040
required: false
4141
default: "README.md"
4242
template:
43-
description: When provided will be used as the template if/when the `output-file` does not exist
43+
description: When provided will be used as the template if/when the `output-file` does not exist. Set as an empty string if `output.template` is defined in config-file
4444
default: |-
4545
<!-- BEGIN_TF_DOCS -->
4646
{{ .Content }}

0 commit comments

Comments
 (0)