Skip to content

Commit 6b0b443

Browse files
Update Makefile
1 parent 4c6a725 commit 6b0b443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACTICIPANT := "pactflow-example-provider"
2-
GITHUB_REPO := "pactflow/example-provider"
2+
GITHUB_REPO := "vinaymathod83/example-provider"
33
PACT_CHANGED_WEBHOOK_UUID := "c76b601e-d66a-4eb1-88a4-6ebc50c0df8b"
44
CONTRACT_REQUIRING_VERIFICATION_PUBLISHED_WEBHOOK_UUID := "8ce63439-6b70-4e9b-8891-703d5ea2953c"
55
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:
103103
## ======================
104104

105105
.env:
106-
touch .env
106+
touch .env

0 commit comments

Comments
 (0)