From bdcbcf8d84af6f503e588ae4125e48133787df95 Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Thu, 12 Sep 2024 14:06:33 +0200 Subject: [PATCH] fix: color and icon needed for release --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index d1446c8..5fc5e9e 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,10 @@ name: "Run command in a Flox environment" description: "Runs a command in the context of the Flox environment." author: "flox " +branding: + color: "blue" + icon: "moon" + inputs: command: description: "A command to run inside the Flox environment."