From 9918edda45273ea9c39eb6bb84eba33d4b1dc4d5 Mon Sep 17 00:00:00 2001 From: Sascha Eglau Date: Mon, 25 Mar 2024 19:16:05 +0800 Subject: [PATCH] add branding for marketplace --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 4e4be5c..150c237 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Setup Molnctl' description: 'Downloads and configures molnctl' +branding: + icon: 'download-cloud' + color: 'orange' inputs: version: description: 'The version of molnctl to install, see https://github.com/molnett/molnctl/releases'