Skip to content

Commit 772aa20

Browse files
committed
Update action.yml for Marketplace release
1 parent 9a7df1d commit 772aa20

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: action.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Send Slack Message'
1+
name: 'Slack Messenger'
22
description: 'Sends a slack message'
33
author: 'joshmgross'
44
inputs:
@@ -13,4 +13,7 @@ inputs:
1313
description: 'The Slack channel ID'
1414
runs:
1515
using: 'node12'
16-
main: 'dist/index.js'
16+
main: 'dist/index.js'
17+
branding:
18+
icon: 'mail'
19+
color: 'green'

0 commit comments

Comments
 (0)