v2 new release (#45)

This commit is contained in:
github-actions[bot]
2022-03-03 14:53:59 -05:00
committed by GitHub
parent 7ad2aa66bb
commit 6025c84085
110 changed files with 69871 additions and 450 deletions

View File

@@ -1,15 +1,15 @@
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:
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'
description: "Version of kubectl"
required: true
default: 'latest'
default: "latest"
outputs:
kubectl-path:
description: 'Path to the cached kubectl binary'
description: "Path to the cached kubectl binary"
branding:
color: 'blue'
color: "blue"
runs:
using: 'node12'
main: 'lib/run.js'
using: "node12"
main: "lib/index.js"