Trigger webhook
ActionsTags
(2)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 Trigger webhook is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.