Hello, I just made a sample webhook in my local CL...
# general
t
Hello, I just made a sample webhook in my local CLI like this example
Copy code
pact-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?