Skip to content

Commit 39d435e

Browse files
author
Bot
committed
add debug output
1 parent 38e670e commit 39d435e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

actions/add-code-submission-to-db.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ const main = async () => {
1414

1515
let prBody;
1616

17+
console.log(JSON.stringify(context, null, 2));
18+
console.log(JSON.stringify(context.pull_request, null, 2));
19+
1720
if (context.pull_request) {
1821
prBody = context.pull_request.body;
1922
} else {

0 commit comments

Comments
 (0)