From fe84cc72750e3750ada21e9df79c6874f1bf167a Mon Sep 17 00:00:00 2001 From: Imran Ismail Date: Thu, 5 Sep 2019 12:08:20 +0800 Subject: [PATCH] Update metadata --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index f6c319dc..3206a2d0 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Setup Kustomize' description: 'Setup a Kustomize environment and add it to the path' author: 'Imran Ismail ' +branding: + icon: edit + color: purple inputs: kustomize-version: description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'