workflow-webhook icon indicating copy to clipboard operation
workflow-webhook copied to clipboard

A Github workflow action to call a webhook with payload data from the event. Support for JSON or URL encoded endpoints.

Results 6 workflow-webhook issues
Sort by recently updated
recently updated
newest added

I want to write an action that produces data that gets submitted to a webhook by workflows, but the data in general is too large to put in an action...

Hello I have used self hosted runner which runs on windows instead of ubuntu. The runner is running successfully but when the actions gets triggered it throws following error Run...

I'd like to suggest the following features: - Iterate over environment variables starting with INPUT_ and export them as lowercase variables without input_ prefix. - I don't think you need...

Hi! Thank you for taking your time to make this action! The docs are unclear on the response part ([see](https://github.com/distributhor/workflow-webhook?tab=readme-ov-file#output)) of the webhook. I'd like to make the action succeed/fail...

Hi, I am trying to use this action for invoking a webhook with custom data, but I am not able to verify the Signature sent by the webhook, I have...

added support for private ca certificate so that ca certificate bundle can be added with single line base64 encoded.