Skip to content

Commit

Permalink
docs: default action inputs values for config-file
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Korpusov <alpost@zoho.com>
  • Loading branch information
akorp committed Jul 5, 2022
1 parent 561fc05 commit ae68467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ inputs:
required: false
default: "markdown table"
output-method:
description: Method should be one of `replace`, `inject`, or `print`
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
required: false
default: "inject"
output-file:
description: File in module directory where the docs should be placed
required: false
default: "README.md"
template:
description: When provided will be used as the template if/when the `output-file` does not exist
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
default: |-
<!-- BEGIN_TF_DOCS -->
{{ .Content }}
Expand Down

0 comments on commit ae68467

Please sign in to comment.