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 22359ab commit 909f18dCopy full SHA for 909f18d
tools/pkg.pr.new-comment.mjs
@@ -5,9 +5,6 @@ export default async function ({ github, context, output }) {
5
// eslint-disable-next-line no-console -- For debugging on github actions.
6
console.log("pkg-pr-new publish output:", JSON.stringify(output));
7
8
- // eslint-disable-next-line no-console -- For debugging on github actions.
9
- console.log("context: ", JSON.stringify(context));
10
-
11
const sha =
12
context.eventName === "pull_request"
13
? context.payload.pull_request.head.sha
0 commit comments