diff --git a/dist/index.js b/dist/index.js index cd31cea..51ef5d6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -34688,9 +34688,7 @@ class Config { prTitle: createPR ? core.getInput("pr-title") : "", prTestFilename: createPR ? core.getInput("pr-test-filename") : "", }; - - console.log(github.context.payload?.pull_request) - + // the values of github.context.repo.owner and github.context.repo.repo are taken from // the environment variable GITHUB_REPOSITORY specified in "owner/repo" format and // provided by the GitHub Action on the runtime diff --git a/src/config.js b/src/config.js index 693f8fb..ea461d1 100644 --- a/src/config.js +++ b/src/config.js @@ -23,9 +23,7 @@ class Config { prTitle: createPR ? core.getInput("pr-title") : "", prTestFilename: createPR ? core.getInput("pr-test-filename") : "", }; - - console.log(github.context.payload?.pull_request) - + // the values of github.context.repo.owner and github.context.repo.repo are taken from // the environment variable GITHUB_REPOSITORY specified in "owner/repo" format and // provided by the GitHub Action on the runtime