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."