We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6a725 commit 6b0b443Copy full SHA for 6b0b443
Makefile
@@ -1,5 +1,5 @@
1
PACTICIPANT := "pactflow-example-provider"
2
-GITHUB_REPO := "pactflow/example-provider"
+GITHUB_REPO := "vinaymathod83/example-provider"
3
PACT_CHANGED_WEBHOOK_UUID := "c76b601e-d66a-4eb1-88a4-6ebc50c0df8b"
4
CONTRACT_REQUIRING_VERIFICATION_PUBLISHED_WEBHOOK_UUID := "8ce63439-6b70-4e9b-8891-703d5ea2953c"
5
PACT_CLI="docker run --rm -v ${PWD}:${PWD} -e PACT_BROKER_BASE_URL -e PACT_BROKER_TOKEN pactfoundation/pact-cli"
@@ -103,4 +103,4 @@ test_contract_requiring_verification_published_webhook:
103
## ======================
104
105
.env:
106
- touch .env
+ touch .env
0 commit comments