switch to ncc files (#44)
This commit is contained in:
parent
799fd53a36
commit
07e8ba6f62
3 changed files with 7485 additions and 15 deletions
18
action.yml
18
action.yml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue