From 78737a0c01ae96bb3af83960ebaa48a8d2878a36 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 19 Dec 2019 08:07:23 -0500 Subject: [PATCH] Add branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index b9c5dd6..b2b1eb0 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Koha Plugin kpz Builder' description: 'Accepts a plugin name and version, and creates a Koha Plugin kpz file' +branding: + icon: 'file' + color: 'green' inputs: release-version: # id of input description: 'Version for this koha plugin release, e.g. v1.0.3'