From e929ee165d98bfeb6ab8447c9eb5f6522b5fcf16 Mon Sep 17 00:00:00 2001 From: Ashley Hutson Date: Sun, 3 Nov 2024 23:27:40 -0800 Subject: [PATCH] Update action.yml with branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index b2266bc..7ef1eed 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Setup Brioche' description: 'GitHub Action to install Brioche on the runner' author: 'brioche-dev' +branding: + color: 'orange' + icon: 'box' inputs: version: description: 'Version of Brioche to install'