Remove --ansi flag

This commit is contained in:
Andy Palmer 2022-08-16 11:40:29 +01:00 committed by GitHub
parent 0bf91d3ad5
commit 0e5fb23d14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ async function dep() {
let cmd = core.getInput('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.stdout.pipe(process.stdout)
p.stderr.pipe(process.stderr) p.stderr.pipe(process.stderr)