mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-06-12 18:55:56 -05:00
Webhook Action call - connection Timeout #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nxn-2019 on GitHub (Mar 2, 2021).
GitHub Action
Webhook Url will call hooks.json
[ { "id": "deploymentTest", "execute-command": "/usr/share/nginx/html/deploymentTest/redeploy.sh", "command-working-directory": "/usr/share/nginx/html/webhooks", "response-message": "Redeploying deploymentTest." } ]redeploy.sh
will pull and run the docker
Issue:
When we are triggering the webhook URL in browser or postman it is working fine. But inside github action throws the above error mentioned
Note: I have not added this URL in GitHub webhook settings.
@joelwmale commented on GitHub (Mar 9, 2021):
@nxn-2019 Is it an AWS server? Firewall? Security groups? Are you accounting for githubs random IP when hitting your server? Is it behind a proxy?
This definitely isn't anything to do with the package - at best I could just handle the issue better so will look into it.