From 41af18a88bedb97eb715e507f7c20c609351e63e Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Tue, 27 Aug 2019 14:51:53 -0400 Subject: [PATCH] Update action metadata --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2c87329..82c673c 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Release' +name: 'Create Release' description: 'Creates github releases' author: 'Nick Cipollo' inputs: @@ -33,3 +33,7 @@ inputs: runs: using: 'node12' main: 'lib/Main.js' +branding: + icon: 'tag' + color: 'gray-dark' +