You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+134-3Lines changed: 134 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
1
name: "Slack: Send to Slack"
2
2
author: "slackapi"
3
-
description: "Send data to Slack to start a Slack workflow in Workflow Builder, call a Slack API method, or post a message into a channel"
3
+
description: "Send data to Slack to start a Slack workflow in Workflow Builder, call a Slack API method, post a message into a channel, or run a Slack CLI command"
4
4
inputs:
5
5
api:
6
6
description: "A custom API URL to send Slack API method requests to."
7
7
required: false
8
+
command:
9
+
description: "A Slack CLI command to run without the 'slack' prefix."
10
+
required: false
8
11
errors:
9
12
default: "false"
10
13
description: "If the step exits with an error on errors or continues."
@@ -34,6 +37,9 @@ inputs:
34
37
token:
35
38
description: "The authentication value used with the Slack API."
36
39
required: false
40
+
version:
41
+
description: "The version of the Slack CLI to install."
42
+
required: false
37
43
webhook:
38
44
description: "A location for posting request payloads."
39
45
required: false
@@ -43,16 +49,141 @@ inputs:
43
49
outputs:
44
50
ok:
45
51
description: "If the request completed without returning errors."
0 commit comments