From a28c7000a37abfcd33236109c248dac13f9d5145 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Fri, 3 Jun 2022 23:24:37 +0200 Subject: [PATCH] feat: update an inputs list in the action.yml --- action.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/action.yml b/action.yml index 6204143..5f2be96 100644 --- a/action.yml +++ b/action.yml @@ -5,16 +5,9 @@ branding: icon: 'terminal' color: 'blue' inputs: - KUBE_CONFIG: - description: 'Kubernetes configuration' - KUBE_HOST: - 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' + args: + description: 'Arguments for the CLI command' + required: true runs: using: 'docker' image: 'Dockerfile' \ No newline at end of file