mirror of
https://github.com/Azure/setup-helm.git
synced 2026-07-30 23:14:25 +00:00
Add version-file input to read the Helm version from a .tool-versions file (#281)
* feat: add version-file input to read helm version from .tool-versions * feat: validate semver shape of helm version from .tool-versions
This commit is contained in:
+4
-1
@@ -3,8 +3,11 @@ description: 'Install a specific version of helm binary. Acceptable values are l
|
||||
inputs:
|
||||
version:
|
||||
description: 'Version of helm'
|
||||
required: true
|
||||
required: false
|
||||
default: 'latest'
|
||||
version-file:
|
||||
description: 'Path to a .tool-versions file to read the helm version from'
|
||||
required: false
|
||||
token:
|
||||
description: GitHub token. Used to be required to fetch the latest version
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user