diff --git a/dist/index.js b/dist/index.js index e89df61..8cb4e33 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 95821d4..9f77ae0 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/main.ts b/src/main.ts index d7b7d16..e8295a6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -38,7 +38,8 @@ async function run(): Promise { ignoreReturnCode: true, } ); - core.info(`debug: ${output.stdout}`); + core.info(`debug stdout: ${output.stdout}`); + core.info(`debug stderr: ${output.stderr}`); process.env["REVIEWDOG_GITHUB_API_TOKEN"] = core.getInput("github_token"); return await exec.exec(