File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments