Skip to content

Commit

Permalink
chore: set correct pact_url in payload
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored and PauloGoncalvesBH committed Mar 6, 2024
1 parent 892ec42 commit 38eb78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provider-ci-triggered-by-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run provider contract test
run: make provider-test-contract
env:
PACT_URL: ${{ github.event.client_payload.pactUrl }}
PACT_URL: ${{ github.event.client_payload.pact_url }}
GIT_COMMIT: ${{ github.event.client_payload.sha }}
GIT_BRANCH: ${{ github.event.client_payload.branch }}
DESCRIPTION: ${{ github.event.client_payload.message }}
Expand Down

0 comments on commit 38eb78f

Please sign in to comment.