diff --git a/src/webhook.js b/src/webhook.js index 69ac74a..6bbb39d 100644 --- a/src/webhook.js +++ b/src/webhook.js @@ -27,7 +27,9 @@ export default class Webhook { config.content.values, options, ); - config.core.debug(JSON.stringify(response?.data)); + config.core.setOutput("ok", response.status === 200); + config.core.setOutput("response", JSON.stringify(response)); + config.core.debug(JSON.stringify(response)); } /**