setup-kubectl/action.yml

16 строки
426 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:
2024-01-27 00:23:31 +03:00
using: 'node20'
main: 'lib/index.js'