Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Nov 8, 2021
1 parent 402267a commit cd386bf
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
![build-test](https://github.com/act10ns/slack/workflows/build-test/badge.svg)

# Slack messages for GitHub Action workflows, jobs and steps
# Slack messages for GitHub Actions workflows, jobs and steps

A simple and flexible Slack integration with GitHub Actions.

Expand Down
4 changes: 2 additions & 2 deletions __tests__/fixtures/create.json
Expand Up @@ -14,7 +14,7 @@
"base_ref": "",
"event_name": "create",
"event": {
"description": "Slack messages for GitHub Action workflows, jobs and steps",
"description": "Slack messages for GitHub Actions workflows, jobs and steps",
"master_branch": "master",
"organization": {
"avatar_url": "https://avatars1.githubusercontent.com/u/65077766?v=4",
Expand Down Expand Up @@ -49,7 +49,7 @@
"created_at": "2020-05-09T14:04:36Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/act10ns/slack/deployments",
"description": "Slack messages for GitHub Action workflows, jobs and steps",
"description": "Slack messages for GitHub Actions workflows, jobs and steps",
"disabled": false,
"downloads_url": "https://api.github.com/repos/act10ns/slack/downloads",
"events_url": "https://api.github.com/repos/act10ns/slack/events",
Expand Down
2 changes: 1 addition & 1 deletion __tests__/fixtures/delete.json
Expand Up @@ -47,7 +47,7 @@
"created_at": "2020-05-09T14:04:36Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/act10ns/slack/deployments",
"description": "Slack messages for GitHub Action workflows, jobs and steps",
"description": "Slack messages for GitHub Actions workflows, jobs and steps",
"disabled": false,
"downloads_url": "https://api.github.com/repos/act10ns/slack/downloads",
"events_url": "https://api.github.com/repos/act10ns/slack/events",
Expand Down
2 changes: 1 addition & 1 deletion __tests__/fixtures/merge.json
Expand Up @@ -97,7 +97,7 @@
"created_at": 1589033076,
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/act10ns/slack/deployments",
"description": "Slack messages for GitHub Action workflows, jobs and steps",
"description": "Slack messages for GitHub Actions workflows, jobs and steps",
"disabled": false,
"downloads_url": "https://api.github.com/repos/act10ns/slack/downloads",
"events_url": "https://api.github.com/repos/act10ns/slack/events",
Expand Down
6 changes: 3 additions & 3 deletions __tests__/fixtures/pull_request.json
Expand Up @@ -80,7 +80,7 @@
"created_at": "2020-05-09T14:04:36Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/act10ns/slack/deployments",
"description": "Slack messages for GitHub Action workflows, jobs and steps",
"description": "Slack messages for GitHub Actions workflows, jobs and steps",
"disabled": false,
"downloads_url": "https://api.github.com/repos/act10ns/slack/downloads",
"events_url": "https://api.github.com/repos/act10ns/slack/events",
Expand Down Expand Up @@ -216,7 +216,7 @@
"created_at": "2020-05-09T14:04:36Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/act10ns/slack/deployments",
"description": "Slack messages for GitHub Action workflows, jobs and steps",
"description": "Slack messages for GitHub Actions workflows, jobs and steps",
"disabled": false,
"downloads_url": "https://api.github.com/repos/act10ns/slack/downloads",
"events_url": "https://api.github.com/repos/act10ns/slack/events",
Expand Down Expand Up @@ -386,7 +386,7 @@
"created_at": "2020-05-09T14:04:36Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/act10ns/slack/deployments",
"description": "Slack messages for GitHub Action workflows, jobs and steps",
"description": "Slack messages for GitHub Actions workflows, jobs and steps",
"disabled": false,
"downloads_url": "https://api.github.com/repos/act10ns/slack/downloads",
"events_url": "https://api.github.com/repos/act10ns/slack/events",
Expand Down
2 changes: 1 addition & 1 deletion __tests__/fixtures/push.json
Expand Up @@ -148,7 +148,7 @@
"created_at": 1589033076,
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/act10ns/slack/deployments",
"description": "GitHub Action for Slack",
"description": "GitHub Actions for Slack",
"disabled": false,
"downloads_url": "https://api.github.com/repos/act10ns/slack/downloads",
"events_url": "https://api.github.com/repos/act10ns/slack/events",
Expand Down
2 changes: 1 addition & 1 deletion __tests__/fixtures/release.json
Expand Up @@ -69,7 +69,7 @@
"created_at": "2020-05-09T14:04:36Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/act10ns/slack/deployments",
"description": "Slack messages for GitHub Action workflows, jobs and steps",
"description": "Slack messages for GitHub Actions workflows, jobs and steps",
"disabled": false,
"downloads_url": "https://api.github.com/repos/act10ns/slack/downloads",
"events_url": "https://api.github.com/repos/act10ns/slack/events",
Expand Down
2 changes: 1 addition & 1 deletion __tests__/fixtures/workflow_dispatch.json
Expand Up @@ -31,7 +31,7 @@
"created_at": "2020-05-09T14:04:36Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/act10ns/slack/deployments",
"description": "Slack messages for GitHub Action workflows, jobs and steps",
"description": "Slack messages for GitHub Actions workflows, jobs and steps",
"disabled": false,
"downloads_url": "https://api.github.com/repos/act10ns/slack/downloads",
"events_url": "https://api.github.com/repos/act10ns/slack/events",
Expand Down

0 comments on commit cd386bf

Please sign in to comment.