Skip to content

Commit 9f29be7

Browse files
authoredSep 6, 2019
Update action.yml
1 parent c2f792f commit 9f29be7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎action.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# JavaScript action
2-
name: setup-jira
3-
2+
name: Setup Jira
43
description: Set up Jira CLI
4+
branding:
5+
icon: 'check-square'
6+
color: 'blue'
57

68
inputs:
79
version:
@@ -11,4 +13,4 @@ inputs:
1113

1214
runs:
1315
using: 'node12'
14-
main: './dist/index.js'
16+
main: './dist/index.js'

0 commit comments

Comments
 (0)
Failed to load comments.