Skip to content

Commit eab26e6

Browse files
committed
chore: update refs to pact-foundation from you54f fork
1 parent 9fe6e57 commit eab26e6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
bundler-cache: true
2626
env:
2727
BUNDLE_WITH: v2
28-
- uses: you54f/pact-cli@main
28+
- uses: pact-foundation/pact-cli@main
2929
- run: pact plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1
3030
- name: Test Pact-Ruby Specs
3131
run: "bundle exec rake"
@@ -77,7 +77,7 @@ jobs:
7777
bundler-cache: true
7878
env:
7979
BUNDLE_WITH: v2
80-
- uses: you54f/pact-cli@main
80+
- uses: pact-foundation/pact-cli@main
8181
- run: pact plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1
8282
- run: "bundle exec appraisal install"
8383
env:

documentation/README_V2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ RSpec.describe "Verify consumers for Pact Broker", :pact_v2 do
358358
# Most used via webhooks
359359
# Can be set via PACT_URL env var
360360
# pact_uri: File.expand_path("../../../pacts/pact.json", __dir__),
361-
pact_uri: "https://raw.githubusercontent.com/YOU54F/pact_broker-client/refs/heads/feat/pact-ruby-v2/spec/pacts/Pact%20Broker%20Client%20V2-Pact%20Broker.json",
362-
# pact_uri: "https://raw.githubusercontent.com/YOU54F/pact_broker-client/refs/heads/feat/pact-ruby-v2/spec/pacts/pact_broker_client-pact_broker.json",
361+
pact_uri: "https://raw.githubusercontent.com/pact-foundation/pact_broker-client/refs/heads/master/spec/pacts/Pact%20Broker%20Client%20V2-Pact%20Broker.json",
362+
# pact_uri: "https://raw.githubusercontent.com/pact-foundation/pact_broker-client/refs/heads/master/spec/pacts/pact_broker_client-pact_broker.json",
363363
# pact_uri: "http://localhost:9292/pacts/provider/Pact%20Broker/consumer/Pact%20Broker%20Client/version/96532124f3a53a499276c69ff2df785b8377588e",
364364

365365
# 2b. Dynamically fetched pacts from broker

0 commit comments

Comments
 (0)