Skip to content

Webhook POST Action

Actions
Send a POST request to trigger any webhook
v1.0.0
Latest
Star (15)

webhook-action

GitHub Action that sends a POST request. Useful for triggering a webhook for CI/CD.

Inputs

url

Required: URL of webhook to send post request to.

data

Optional: JSON string of data to pass into request. Default "{}".

Example usage

uses: muinmomin/[email protected]
with:
  url: ${{ secrets.WEBHOOK_URL }}
  data: "{'command': 'publish'}"

Contributing

Feel free to open issues or submit PRs.

Webhook POST Action 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.

About

Send a POST request to trigger any webhook
v1.0.0
Latest

Webhook POST Action 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.