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 7f13f1a commit 96dc1a8Copy full SHA for 96dc1a8
1 file changed
action.yaml
@@ -46,6 +46,10 @@ inputs:
46
description: Fail the job if there is any diff found between the generated output and existing file
47
required: false
48
default: 'false'
49
+ version:
50
+ description: The version of helm-docs to install and use
51
+ required: false
52
+ default: 'v1.14.2'
53
outputs:
54
helm-docs-path:
55
description: 'Path to the cached helm-docs binary'
0 commit comments