Skip to content

Commit ec3f7e9

Browse files
authored
chore: update event type name for docs trigger
1 parent bb8e1fd commit ec3f7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trigger_docs_update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
curl -X POST https://api.github.com/repos/pactflow/partners.pactflow.io/dispatches \
1717
-H 'Accept: application/vnd.github.everest-preview+json' \
1818
-H "Authorization: Bearer $GITHUB_TOKEN" \
19-
-d '{"event_type": "pactflow-example-bi-directional-consumer-playwright-updated"}'
19+
-d '{"event_type": "pactflow-example-bi-directional-consumer-playwright-js-updated"}'
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }}
2222
- name: Trigger docs.pactflow.io update workflow
2323
run: |
2424
curl -X POST https://api.github.com/repos/pactflow/docs.pactflow.io/dispatches \
2525
-H 'Accept: application/vnd.github.everest-preview+json' \
2626
-H "Authorization: Bearer $GITHUB_TOKEN" \
27-
-d '{"event_type": "pactflow-example-bi-directional-consumer-playwright-updated"}'
27+
-d '{"event_type": "pactflow-example-bi-directional-consumer-playwright-js-updated"}'
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }}

0 commit comments

Comments
 (0)