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: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,7 @@ Use this GitHub Action to:
19
19
20
20
We recommend using the latest version of this Action for the most recent updates and fixes.
21
21
22
-
Migration guides are available in the [release notes](https://github.com/slackapi/slack-github-action/releases) with breaking changes noted between versions.
23
-
24
-
Changes required when upgrading from `@v1` to `@v2` are included in this [migration guide](https://github.com/slackapi/slack-github-action/releases/tag/v2.0.0).
22
+
Changes are logged in the [release notes](https://github.com/slackapi/slack-github-action/releases) with migration guides available for updating from `@v1` to the [`@v2`](https://github.com/slackapi/slack-github-action/releases/tag/v2.0.0) and [`@v3`](https://github.com/slackapi/slack-github-action/releases/tag/v3.0.0) releases.
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@v2
22
+
- uses: slackapi/slack-github-action/cli@v3.0.0
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@v2
35
+
- uses: slackapi/slack-github-action/cli@v3.0.0
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.
Copy file name to clipboardExpand all lines: docs/slack-github-action.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,7 @@ The GitHub Action for sending data to Slack and running commands.
6
6
7
7
We recommend using the latest version of this GitHub Action for the most recent updates and fixes.
8
8
9
-
Migration guides are available in the [release notes](https://github.com/slackapi/slack-github-action/releases) with breaking changes noted between versions.
10
-
11
-
Changes required when upgrading from `@v1` to `@v2` are included in this [migration guide](https://github.com/slackapi/slack-github-action/releases/tag/v2.0.0).
9
+
Changes are logged in the [release notes](https://github.com/slackapi/slack-github-action/releases) with migration guides available for updating from `@v1` to the [`@v2`](https://github.com/slackapi/slack-github-action/releases/tag/v2.0.0) and [`@v3`](https://github.com/slackapi/slack-github-action/releases/tag/v3.0.0) releases.
0 commit comments