From e076622c79757727dd4bc48fb71b251de06b46a8 Mon Sep 17 00:00:00 2001 From: Elliot Iddon Date: Sat, 3 Sep 2022 17:19:06 +0100 Subject: [PATCH] Add branding metadata --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 67be419..00748e4 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,12 @@ outputs: description: 'Valid docker image name' value: ${{ steps.clean.outputs.image-name }} +branding: + icon: 'activity' + color: 'green' runs: using: 'node16' main: 'index.js' + +