feat: update an inputs list in the action.yml
This commit is contained in:
parent
e95749b25b
commit
a28c7000a3
13
action.yml
13
action.yml
@ -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'
|
||||||
Loading…
Reference in New Issue
Block a user