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: docs/sending-techniques/running-slack-cli-commands/running-slack-cli-commands.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Pass a [service token](/authentication/tokens/) via the `token` input. This is a
19
19
By default, the latest version of the Slack CLI is installed. To pin a specific version, use the `version` input:
20
20
21
21
```yaml
22
-
- uses: slackapi/slack-github-action/cli@v3.0.0
22
+
- uses: slackapi/slack-github-action/cli@v3.0.1
23
23
with:
24
24
command: "version"
25
25
version: "3.14.0"
@@ -32,7 +32,7 @@ If the `slack` command already exists on `PATH`, installation is skipped entirel
32
32
Provide a `command` input with the Slack CLI command to run, omitting the `slack` prefix.
33
33
34
34
```yaml
35
-
- uses: slackapi/slack-github-action/cli@v3.0.0
35
+
- uses: slackapi/slack-github-action/cli@v3.0.1
36
36
with:
37
37
command: "version"
38
38
```
@@ -42,7 +42,7 @@ Provide a `command` input with the Slack CLI command to run, omitting the `slack
42
42
When a workflow is re-run with **Enable debug logging**, the action automatically appends `--verbose` to the CLI command. You can also include `--verbose` in your `command` input manually at any time.
0 commit comments