Fast Webhook
ActionsA simple, fast-compiling Javascript Github Action to send a POST request with a JSON body
v1.2.0
LatestBy jasongitmail
Tags
(2)A simple, fast-compiling, JavaScript Github Action to send a POST request with a JSON body to a URL.
It builds very quickly (<1s) relative to Docker-based actions, which take ~30s, reducing build times.
Required
The url to send the request to.
Optional
A JSON string to be sent as the POST body (e.g. '{"foo":"bar"}'
).
If this is not provided, or if the value is an empty string, an empty JSON body
will be sent (i.e. '{}'
).
None.
uses: jasongitmail/fast-webhook@v1
with:
url: ${{ secrets.WEBHOOK_URL }}
json: '{"foo": "bar"}'
Fast 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.