Skip to content

Commit 2a2f533

Browse files
committed
fix(ci): missed toJson to debug the payload
1 parent 89aac50 commit 2a2f533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-chatbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
issue_number: prNumber,
108108
body: message,
109109
});
110-
console.log(`Comment REST returned data: ${comment}`);
110+
console.log(`Comment REST returned data: ${JSON.stringify(comment, null, 2)}`);
111111
112112
# TODO: from here, isolate them in independent workflows
113113
# and just call them depending on the input by having just

0 commit comments

Comments
 (0)