mirror of
https://github.com/giraffate/clippy-action.git
synced 2025-01-31 14:01:05 +01:00
Debug
This commit is contained in:
parent
1bed8ab4f6
commit
e7f3a3f7b7
3 changed files with 5 additions and 3 deletions
3
dist/index.js
generated
vendored
3
dist/index.js
generated
vendored
|
@ -170,7 +170,8 @@ function run() {
|
|||
cwd,
|
||||
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 yield exec.exec(reviewdog, [
|
||||
"-f=clippy",
|
||||
|
|
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
|
@ -38,7 +38,8 @@ async function run(): Promise<void> {
|
|||
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(
|
||||
|
|
Loading…
Add table
Reference in a new issue