From e561460fdc3f714c723d62c51596b727b0a18338 Mon Sep 17 00:00:00 2001 From: Delnat Wito Date: Fri, 21 Oct 2022 11:17:24 +0200 Subject: [PATCH] chore: update Action metadata --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a1951d5..929b782 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,9 @@ name: "Monokle Validation" -description: "Validate your Kubernetes resources." +author: "Kubeshop" +description: "Monokle Action analyzes your Kubernetes resources to quickly find misconfigurations." +branding: + icon: "activity" + color: "white" runs: using: "node16" main: "dist/index.js"