Skip to content

Commit 5ddaa63

Browse files
authored
Add branding
1 parent 10e1135 commit 5ddaa63

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

action.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: 'GitHub Action for Nerdbank.GitVersioning'
2-
description: 'creates deterministic versions using git'
3-
author: 'ctaggart'
1+
name: GitHub Action for Nerdbank.GitVersioning
2+
description: creates deterministic versions using git
3+
author: aarnott
4+
branding:
5+
icon: git-merge
6+
color: yellow
47
runs:
5-
using: 'node12'
6-
main: 'lib/main.js'
8+
using: node12
9+
main: lib/main.js

0 commit comments

Comments
 (0)