From eb6ff1b1827e15358644577b16772eeda733a34a Mon Sep 17 00:00:00 2001 From: Nathan Voxland Date: Fri, 23 Dec 2022 14:40:43 -0600 Subject: [PATCH] Added action branding --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bfae27d..e6da449 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: Jar Download description: Download a jar and all it's dependencies -author: nvoxland +author: Nathan Voxland +branding: + icon: download-cloud + color: blue inputs: groupId: description: 'Group ID'