Files
setup-helm/action.yml
Vidya 97c3a3f138 upgraded to Node16 (#74)
Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
2022-06-16 15:17:55 -04:00

16 lines
398 B
YAML

name: "Helm tool installer"
description: "Install a specific version of helm binary. Acceptable values are latest or any semantic version string like 1.15.0"
inputs:
version:
description: "Version of helm"
required: true
default: "latest"
outputs:
helm-path:
description: "Path to the cached helm binary"
branding:
color: "blue"
runs:
using: "node16"
main: "lib/index.js"