mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 13:10:18 +11:00
Force log-format pretty
This commit is contained in:
parent
166ec1a4fd
commit
efd9466aff
2 changed files with 2 additions and 2 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
|
@ -214,7 +214,7 @@ function run() {
|
|||
core.info(`Using ${inputs.workdir} as working directory`);
|
||||
process.chdir(inputs.workdir);
|
||||
}
|
||||
yield exec.exec(`${daggerBin} ${inputs.args}`);
|
||||
yield exec.exec(`${daggerBin} ${inputs.args} --log-format pretty`);
|
||||
}
|
||||
catch (error) {
|
||||
core.setFailed(error.message);
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ async function run(): Promise<void> {
|
|||
process.chdir(inputs.workdir);
|
||||
}
|
||||
|
||||
await exec.exec(`${daggerBin} ${inputs.args}`);
|
||||
await exec.exec(`${daggerBin} ${inputs.args} --log-format pretty`);
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue