Skip to content

Commit

Permalink
docs: rewrite wording to make it pleasant to read
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Russell <[email protected]>
  • Loading branch information
zimeg and lukegalbraithrussell authored Dec 19, 2024
1 parent c4a8af8 commit 13b7f10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Technique 1: Slack Workflow Builder

> :memo: This technique requires [a Slack paid plan][plans] to use Workflow
> Builder.
> :memo: This technique uses Workflow Builder, which requires [a Slack paid plan][plans].
This technique sends data to Slack using a webhook to start a workflow created
using Slack [Workflow Builder][wfb].
Expand Down Expand Up @@ -46,7 +45,7 @@ following:

1. Open a form to select a channel.
2. Send a message to the selected channel.
3. React with an excited emoji.
3. React with a `:tada:` emoji.

**Related files**:

Expand Down
4 changes: 2 additions & 2 deletions example-workflows/Technique_2_Slack_API_Method/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Technique 2: Slack API method

A bot token or user token or [token of some other kind][tokens] must be used to
A [token][tokens], such as a bot or user token, must be used to
call one of [the Slack API methods][methods] with this technique.

## Setup

For details on how to setup this technique in GitHub Actions, read the
For details on how to set up this technique in GitHub Actions, read the
[`README.md`][setup].

## Example workflows
Expand Down

0 comments on commit 13b7f10

Please sign in to comment.