Isaac Richardson
05/20/2025, 1:30 PMpact-broker can-i-deploy ?
I'd like to test using a webhook on a separate branch but is recording a deployment in test environment and then targeting that the best approach or can I target a provider branch specifically?Yousaf Nabi (pactflow.io)
Jun Yi
05/21/2025, 8:09 AMhttps://<repo_url>/api/v4/projects/<project_id>/ref/${pactbroker.providerVersionBranch}), the provider branch will be selected based on your version, as the consumer tests against the deployed version of the provider.Isaac Richardson
05/21/2025, 9:02 AM