Skip to content

Commit 03b6946

Browse files
committed
docs: rebrand without 'send'
1 parent 2d9b061 commit 03b6946

7 files changed

Lines changed: 10 additions & 9 deletions

File tree

.github/resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ experiments with the [Slack CLI][cli].
66

77
## Overview
88

9-
This app showcases all four techniques of sending data into Slack and follows
9+
This app showcases all four techniques of interacting with Slack and follows
1010
patterns found in the integration tests.
1111

1212
- **Technique 1** Slack Workflow Builder: Use a Slack webhook trigger to start a

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK }}
213213
webhook-type: incoming-webhook
214214
payload: |
215-
text: "Incoming webhook test for slack send"
215+
text: "Incoming webhook test for the Slack GitHub Action"
216216
blocks:
217217
- type: section
218218
text:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Slack Send GitHub Action
1+
# Slack GitHub Action
22

3-
> the GitHub Action for sending data to Slack
3+
> the GitHub Action for sending data to Slack and running commands
44
55
[![codecov](https://codecov.io/gh/slackapi/slack-github-action/graph/badge.svg?token=OZNX7FHN78)](https://codecov.io/gh/slackapi/slack-github-action)
66

@@ -11,6 +11,7 @@ Use this GitHub Action to:
1111
- [Send data with a webhook to start a workflow in Workflow Builder](https://docs.slack.dev/tools/slack-github-action/sending-techniques/sending-data-webhook-slack-workflow).
1212
- [Send data using a Slack API method and a secret token with required scopes](https://docs.slack.dev/tools/slack-github-action/sending-techniques/sending-data-slack-api-method/).
1313
- [Send data as a message with a Slack incoming webhook URL](https://docs.slack.dev/tools/slack-github-action/sending-techniques/sending-data-slack-incoming-webhook/).
14+
- [Run Slack CLI commands with a service token](https://docs.slack.dev/tools/slack-github-action/sending-techniques/running-slack-cli-commands/).
1415

1516
## Project details
1617

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Slack: Send to Slack"
1+
name: "Slack GitHub Action"
22
author: "slackapi"
33
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"
44
inputs:

cli/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Slack: Run CLI Command"
1+
name: "Slack GitHub Action: CLI"
22
author: "slackapi"
33
description: "Install the Slack CLI and run a command in a GitHub Actions workflow"
44
inputs:

docs/sending-techniques/sending-techniques.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_label: Overview
44

55
# Sending techniques
66

7-
This GitHub Action offers four different techniques to send data to Slack:
7+
This GitHub Action offers four different techniques to interact with Slack:
88

99
* [Send data with a webhook to start a workflow in Workflow Builder](/tools/slack-github-action/sending-techniques/sending-data-webhook-slack-workflow).
1010
* [Send data using a Slack API method and a secret token with required scopes](/tools/slack-github-action/sending-techniques/sending-data-slack-api-method/).

docs/slack-github-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Slack Send GitHub Action
1+
# Slack GitHub Action
22

3-
The GitHub Action for sending data to Slack.
3+
The GitHub Action for sending data to Slack and running commands.
44

55
## Versioning
66

0 commit comments

Comments
 (0)