From 9c64ee94e4d1491d25dbbbb96eab77a151e23c8c Mon Sep 17 00:00:00 2001 From: Oliver King Date: Tue, 7 Dec 2021 14:40:49 -0500 Subject: [PATCH] update action.yml to hit description character limit (#40) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e541bf9b..1138c577 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: "Kubernetes Set Context" -description: "Set the context of a target Kubernetes cluster and export the kubeconfig which will be used by other actions like azure/k8s-deploy" +description: "Set the context of a target Kubernetes cluster and export the kubeconfig which is used by subsequent actions" inputs: # Please ensure you have used azure/login in the workflow before this action cluster-type: