You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,15 @@ inputs:
32
32
required: false
33
33
default: "markdown table"
34
34
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
36
36
required: false
37
37
default: "inject"
38
38
output-file:
39
39
description: File in module directory where the docs should be placed
40
40
required: false
41
41
default: "README.md"
42
42
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
0 commit comments