Skip to content

Commit 43f0772

Browse files
committed
Fix linting
1 parent e619b39 commit 43f0772

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ docker run \
3434

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

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

40-
For example:
40+
For example:
4141

42-
```
43-
http://actions-proxy:5000/api?event_type=strapi_updated&repo=username/awesome-website
44-
```
42+
```
43+
http://actions-proxy:5000/api?event_type=strapi_updated&repo=username/awesome-website
44+
```
4545

4646
## Background
4747

0 commit comments

Comments
 (0)