setup-kubectl/action.yml
Vidya 09392910a9
upgraded to Node16 (#53)
Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
2022-06-16 14:48:20 -04:00

15 lines
428 B
YAML

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