feat: update an inputs list in the action.yml

This commit is contained in:
Serhiy Mytrovtsiy 2022-06-03 23:24:37 +02:00
parent e95749b25b
commit a28c7000a3

View File

@ -5,16 +5,9 @@ branding:
icon: 'terminal' icon: 'terminal'
color: 'blue' color: 'blue'
inputs: inputs:
KUBE_CONFIG: args:
description: 'Kubernetes configuration' description: 'Arguments for the CLI command'
KUBE_HOST: required: true
description: 'Kubernetes cluster host (IP only, without protocol)'
KUBE_USERNAME:
description: 'Kubernetes cluster username'
KUBE_PASSWORD:
description: 'Kubernetes cluster password'
KUBE_CERTIFICATE:
description: 'Cluster CA certificate'
runs: runs:
using: 'docker' using: 'docker'
image: 'Dockerfile' image: 'Dockerfile'