From acde2f57d5927d2738a576d17bd29b7d80786966 Mon Sep 17 00:00:00 2001 From: David Leal Date: Tue, 1 Aug 2023 00:02:20 -0600 Subject: [PATCH] Add branding in action --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4a3de72..2154b73 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ -name: "Setup Jule" +name: "Setup JuleC environment" description: "Setup a JuleC development environment in your project." author: "Panquesito7" +branding: + icon: code + color: gray-dark inputs: version: description: "The version of JuleC that will be downloaded. Use \"latest\" for the latest Git version."