From 581cd5388a90f53d0ca5d53f2c2edb54773ec46b Mon Sep 17 00:00:00 2001 From: Alexander Korpusov Date: Tue, 5 Jul 2022 22:12:06 +0200 Subject: [PATCH] docs: default action inputs values for config-file Signed-off-by: Alexander Korpusov --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index cfb2b69..61151c4 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ 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: @@ -40,7 +40,7 @@ inputs: 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: |- {{ .Content }}