mirror of
https://github.com/deployphp/action.git
synced 2025-03-31 02:16:36 +00:00
Remove --ansi flag
This commit is contained in:
parent
0bf91d3ad5
commit
0e5fb23d14
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -82,7 +82,7 @@ async function dep() {
|
|||
|
||||
let cmd = core.getInput('dep')
|
||||
|
||||
let p = execa.command(`php ${dep} --no-interaction --ansi -v ${cmd}`)
|
||||
let p = execa.command(`php ${dep} --no-interaction -v ${cmd}`)
|
||||
p.stdout.pipe(process.stdout)
|
||||
p.stderr.pipe(process.stderr)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue