Skip to content

Commit

Permalink
log stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCoduriV committed Sep 21, 2022
1 parent 4551133 commit 644222f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ webhookHandler.on("*", async function (event, repo, data) {
if (error !== null) {
reject(error);
}
console.log(stdout);
resolve();
});
});
Expand Down

0 comments on commit 644222f

Please sign in to comment.