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 2a2f533Copy full SHA for 2a2f533
.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: ${JSON.stringify(comment, null, 2)}`);
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