We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e1135 commit 5ddaa63Copy full SHA for 5ddaa63
action.yml
@@ -1,6 +1,9 @@
1
-name: 'GitHub Action for Nerdbank.GitVersioning'
2
-description: 'creates deterministic versions using git'
3
-author: 'ctaggart'
+name: GitHub Action for Nerdbank.GitVersioning
+description: creates deterministic versions using git
+author: aarnott
4
+branding:
5
+ icon: git-merge
6
+ color: yellow
7
runs:
- using: 'node12'
- main: 'lib/main.js'
8
+ using: node12
9
+ main: lib/main.js
0 commit comments