mirror of
https://github.com/diligencia/semantic-branch-version.git
synced 2024-11-23 10:03:51 +08:00
Improve yml
This commit is contained in:
parent
36dd6b6675
commit
9490d090d4
@ -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'
|
description: 'Github action that grabs a version from the branch name'
|
||||||
outputs:
|
outputs:
|
||||||
branchname:
|
branchname:
|
||||||
description: name of the branch
|
description: name of the branch
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'index.js'
|
main: 'index.js'
|
||||||
|
branding:
|
||||||
|
icon: 'check'
|
||||||
|
color: 'green'
|
Loading…
Reference in New Issue
Block a user