jiangpengcheng commented on issue #4467: Recover / Re-create action /whisk.system/github/webhook failed URL: https://github.com/apache/incubator-openwhisk/issues/4467#issuecomment-507996052 normally you can use `ansible postdeploy.yml` to recreate all actions in [openwhisk-catalog](https://github.com/apache/incubator-openwhisk-catalog) and for your issue, the body you put doesn't contain any code, so the action cannot be invoked, you should recreate the action with some source code file like: ``` wsk action create github/webhook openwhisk-catalog/packages/github/webhook.js ``` see [action-nodejs.md](https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-nodejs.md)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
