From 9490d090d4ef1d1400656043426aea79b35ce3de Mon Sep 17 00:00:00 2001 From: koeneijkemans Date: Sun, 5 Jul 2020 12:57:46 +0200 Subject: [PATCH] Improve yml --- action.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 88cc72a..861993b 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,12 @@ -name: 'Semantic git version action' +name: 'Semantic branch version' +author: 'Koen Eijkemans' description: 'Github action that grabs a version from the branch name' outputs: branchname: description: name of the branch runs: using: 'node12' - main: 'index.js' \ No newline at end of file + main: 'index.js' +branding: + icon: 'check' + color: 'green' \ No newline at end of file