Skip to content

Commit

Permalink
ci(can-i-deploy): use pact broker branch instead of tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 13, 2023
1 parent 0e8e773 commit 6f1d15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
pactfoundation/pact-cli:latest \
broker can-i-deploy \
--pacticipant "Pact Broker Client" --version ${GITHUB_SHA} \
--pacticipant "Pact Broker" --latest master
--pacticipant "Pact Broker" --branch master
env:
PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_PACT_OSS_TOKEN }}

0 comments on commit 6f1d15f

Please sign in to comment.