This action calls a webhook with the github action event payload.
Required The url where we will POST the event payload.
The response from the webhook. Will return an empty string if there is no response. The action expects a 200 or 201 to report a success.
uses: amberwilkie/action-webhook@v1 with: webhook_url: 'https://www.google.com'