Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Slack GitHub Action

> the GitHub Action for sending data to Slack and running commands
> the Slack GitHub Action is for sending data to Slack and running commands

[![codecov](https://codecov.io/gh/slackapi/slack-github-action/graph/badge.svg?token=OZNX7FHN78)](https://codecov.io/gh/slackapi/slack-github-action)

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Slack GitHub Action"
name: "The Slack GitHub Action"
author: "slackapi"
description: "Post a message, call a Web API method, start a Slack workflow, or run a Slack CLI command from GitHub Actions"
inputs:
Expand Down
2 changes: 1 addition & 1 deletion cli/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Slack GitHub Action: CLI"
name: "The Slack GitHub Action: CLI"
author: "slackapi"
description: "Install the Slack CLI and run a command in a GitHub Actions workflow"
inputs:
Expand Down
4 changes: 2 additions & 2 deletions docs/slack-github-action.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Slack GitHub Action

The GitHub Action for sending data to Slack and running commands.
The Slack GitHub Action is for sending data to Slack and running commands.

## Versioning

Expand All @@ -14,4 +14,4 @@ This project is licensed under the [MIT license](https://github.com/slackapi/sla

## Contributing

All contributions are encouraged! Check out the [contributor's guide](https://github.com/slackapi/slack-github-action/blob/main/.github/contributing.md) to learn more.
All contributions are encouraged! Check out the [contributor's guide](https://github.com/slackapi/slack-github-action/blob/main/.github/contributing.md) to learn more.
Loading