mirror of
https://github.com/diligencia/semantic-branch-version.git
synced 2024-11-23 05:33:51 +08:00
12 lines
272 B
YAML
12 lines
272 B
YAML
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'
|
|
branding:
|
|
icon: 'check'
|
|
color: 'green' |