File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ docker run \
3434
35354 - 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
You can’t perform that action at this time.
0 commit comments