Thomas K
10/03/2022, 1:38 PMpact-broker create-webhook <https://api.github.com/repos/ORG/REPO/dispatches> \
> --header=Authorization Bearer $PAT \
> --request=POST \
> --consumer=ConsumerApp \
> --provider=ProviderService \
> --contract-requiring-verification-published
In my output I got Webhook "POST <http://api.github.com|api.github.com>" created
but no UUID, this is using the ruby pact-cli
...
When I try via docker run, I get the same output without any UUID, can anyone help please or know why?