We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89aac50 commit 0aa4750Copy full SHA for 0aa4750
.github/workflows/deploy-chatbot.yml
@@ -107,7 +107,7 @@ jobs:
107
issue_number: prNumber,
108
body: message,
109
});
110
- console.log(`Comment REST returned data: ${comment}`);
+ console.log(`Comment REST returned data: ${toJson(comment)}`);
111
112
# TODO: from here, isolate them in independent workflows
113
# and just call them depending on the input by having just
0 commit comments