Skip to content

Commit f3bb4d2

Browse files
committed
chore: update partner gh action trigger
1 parent 8e10118 commit f3bb4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger_partner_docs_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ 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-consumer-js-updated"}'
19+
-d '{"event_type": "pactflow-example-consumer-python-updated"}'
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }}

0 commit comments

Comments
 (0)