Skip to content

Commit

Permalink
switch to ncc files (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Feb 10, 2022
1 parent 799fd53 commit 07e8ba6
Show file tree
Hide file tree
Showing 3 changed files with 7,485 additions and 15 deletions.
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 07e8ba6

Please sign in to comment.