Skip to content

Commit

Permalink
Merge pull request #1 from Priyanuj-Gogoi/patch-1
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
MineBartekSA authored Aug 31, 2022
2 parents 592a42b + f5d64a9 commit 7ee1929
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Composite Discord Webhooks

Github Actions for sending messages through Discord's Webhooks
Github Actions for sending messages through Discord's Webhooks.

Unlike other actions, this action is based on composite actions, meaning it doesn't need to build and works on every runner.

Expand All @@ -23,7 +23,7 @@ You can even upload files to Discord.
> Do not use this action multiple times in a single job! This is due a bug in Github Actions.\
> You can read about it more [here](https://github.com/actions/runner/issues/789) or on the [fix PR](https://github.com/actions/runner/pull/1794) that is merged but not deployed _(as of 10.08.2022)_.
For debuging purpouses, it is strongly suggested to add `/v10/` path segment after the `/api/` segment in your webhook url.
For debugging purposes, it is strongly suggested to add `/v10/` path segment after the `/api/` segment in your webhook url.

## Inputs

Expand Down Expand Up @@ -62,7 +62,7 @@ Be aware that error reporting was not designed with this in mind.
Be sure to use it well!
```
> **Note**
> You do not need to use secrets to insert your webhook, but it is a good practice
> You do not need to use secrets to insert your webhook, but it is a good practice.

### 2. Username and Avatar URL

Expand Down Expand Up @@ -278,7 +278,7 @@ An example of component usage with multiple rows using YAML

Using this input, you can upload files.

This input accepts YAML and JSON strings of the attachment object with a additional `file` field.
This input accepts YAML and JSON strings of the attachment object with an additional `file` field.
To see available fields, see the [official Discord docs](https://discord.com/developers/docs/resources/channel#attachment-object) on this subject.

The additional `file` field is always required and is for setting the path to the file you want to upload.
Expand Down

0 comments on commit 7ee1929

Please sign in to comment.