setup-helm/action.yml

16 строки
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:
2019-10-04 09:46:40 +03:00
version:
description: "Version of helm"
2019-10-04 09:46:40 +03:00
required: true
default: "latest"
2019-10-04 09:46:40 +03:00
outputs:
helm-path:
description: "Path to the cached helm binary"
2019-10-04 09:46:40 +03:00
branding:
color: "blue"
2019-10-04 09:46:40 +03:00
runs:
using: "node16"
main: "lib/index.js"