Skip to content

Commit 96dc1a8

Browse files
authored
Introduced an input for helm-docs version in action.yaml
1 parent 7f13f1a commit 96dc1a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ inputs:
4646
description: Fail the job if there is any diff found between the generated output and existing file
4747
required: false
4848
default: 'false'
49+
version:
50+
description: The version of helm-docs to install and use
51+
required: false
52+
default: 'v1.14.2'
4953
outputs:
5054
helm-docs-path:
5155
description: 'Path to the cached helm-docs binary'

0 commit comments

Comments
 (0)