Skip to content

Commit 5ea91e7

Browse files
committed
debug
1 parent adb3003 commit 5ea91e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tools/pkg.pr.new-comment.mjs

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ export default async function ({ github, context, output }) {
55
// eslint-disable-next-line no-console -- For debugging on github actions.
66
console.log("pkg-pr-new publish output:", JSON.stringify(output));
77

8-
if (context.event_name === "pull_request") {
9-
// eslint-disable-next-line no-console -- For debugging on github actions.
10-
console.log("Pull Request Event", JSON.stringify(context));
11-
}
8+
// eslint-disable-next-line no-console -- For debugging on github actions.
9+
console.log("context: ", JSON.stringify(context));
1210

1311
const sha =
1412
context.event_name === "pull_request"

0 commit comments

Comments
 (0)