This action call be used to call POST requests with json body and headers.
Required The url of the webhook to be triggered.
JSON to send in the request body
Headers to send in the request
uses: magdemajt/trigger-webhook@v1
with:
url: 'https://example.com'
json: '{"foo": "bar"}' # optional
headers: '{"Content-Type": "application/json"}' # optional