From 9d6b213348b4c79150e3808d4bccb7c9fd66188d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Moreira?= Date: Fri, 17 Jan 2020 12:13:44 -0300 Subject: [PATCH] Update action metadata --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 0451cbf..d71cd9a 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: "Kubernetes Action" description: "Interacts with kubernetes clusters calling kubectl commands. Integrates support for AWS EKS." +branding: + icon: 'anchor' + color: 'blue' inputs: args: description: "Arguments of kubectl"