mirror of
https://github.com/giraffate/clippy-action.git
synced 2024-11-24 08:59:32 +01:00
Debug
This commit is contained in:
parent
1bed8ab4f6
commit
e7f3a3f7b7
3 changed files with 2 additions and 1 deletions
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
|
@ -38,7 +38,8 @@ async function run(): Promise<void> {
|
||||||
ignoreReturnCode: true,
|
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");
|
process.env["REVIEWDOG_GITHUB_API_TOKEN"] = core.getInput("github_token");
|
||||||
return await exec.exec(
|
return await exec.exec(
|
||||||
|
|
Loading…
Reference in a new issue