Improve yml

This commit is contained in:
koeneijkemans 2020-07-05 12:57:46 +02:00
parent 36dd6b6675
commit 9490d090d4

View File

@ -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'
main: 'index.js'
branding:
icon: 'check'
color: 'green'