Skip to content

Commit e619b39

Browse files
authored
Update README.md
1 parent 0b16d5c commit e619b39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Useful when you want to run a GitHub Actions workflow when changes are made in S
1010

1111
## Usage
1212

13-
1. Ensure your GitHub Actions workflow file handles the "repository_dispatch" event with your custom type:
13+
1 - Ensure your GitHub Actions workflow file handles the "repository_dispatch" event with your custom type:
1414

1515
```yml
1616
name: Deploy
@@ -19,9 +19,9 @@ on:
1919
types: [strapi_updated]
2020
```
2121
22-
2. Create a GitHub Personal access token with `repo` scope
22+
2 - Create a GitHub Personal access token with `repo` scope
2323

24-
3. Deploy the service to your server, for example:
24+
3 - Deploy the service to your server, for example:
2525

2626
```bash
2727
docker run \
@@ -32,7 +32,7 @@ docker run \
3232

3333
(View [available docker tags](https://github.com/users/badsyntax/packages/container/package/strapi-webhook-actions-proxy), or just use `latest`.)
3434

35-
4. Create a new Webhook in Strapi that points to the service with the following query params:
35+
4 - Create a new Webhook in Strapi that points to the service with the following query params:
3636

3737
- `event_type`: Any string. This value must match the `repository_dispatch` type specified in your GitHub Actions workflow file.
3838
- `repo`: GitHub `username/repo`

0 commit comments

Comments
 (0)