GitHub Action that sends a POST request. Useful for triggering a webhook for CI/CD.
Required: URL of webhook to send post request to.
Optional: JSON string of data to pass into request. Default "{}"
.
uses: muinmomin/webhook-action@v1.0.0
with:
url: ${{ secrets.WEBHOOK_URL }}
data: "{'command': 'publish'}"
Feel free to open issues or submit PRs.