From b0ee8aa0adfe0c45dfe9e2657cae580562be9c25 Mon Sep 17 00:00:00 2001 From: chrnorm <17420369+chrnorm@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:37:59 +0100 Subject: [PATCH] add branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 71552d4..bb00f24 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: "Setup Common Fate CLI" description: "GitHub Action to install and configure the Common Fate CLI" +branding: + icon: arrow-down-circle + color: gray-dark inputs: version: description: "The CLI version to install"