Skip to content

Commit 909f18d

Browse files
committed
update
1 parent 22359ab commit 909f18d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/pkg.pr.new-comment.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ 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-
// eslint-disable-next-line no-console -- For debugging on github actions.
9-
console.log("context: ", JSON.stringify(context));
10-
118
const sha =
129
context.eventName === "pull_request"
1310
? context.payload.pull_request.head.sha

0 commit comments

Comments
 (0)