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 9a7df1d commit 772aa20Copy full SHA for 772aa20
action.yml
@@ -1,4 +1,4 @@
1
-name: 'Send Slack Message'
+name: 'Slack Messenger'
2
description: 'Sends a slack message'
3
author: 'joshmgross'
4
inputs:
@@ -13,4 +13,7 @@ inputs:
13
description: 'The Slack channel ID'
14
runs:
15
using: 'node12'
16
- main: 'dist/index.js'
+ main: 'dist/index.js'
17
+branding:
18
+ icon: 'mail'
19
+ color: 'green'
0 commit comments