mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 04:19:02 +00:00
Use --no-interaction by default (#34)
This commit is contained in:
parent
45192b5748
commit
b0ec39ea7a
2
index.js
2
index.js
@ -82,7 +82,7 @@ async function dep() {
|
|||||||
|
|
||||||
let cmd = core.getInput('dep')
|
let cmd = core.getInput('dep')
|
||||||
|
|
||||||
let p = execa.command(`php ${dep} --ansi -v ${cmd}`)
|
let p = execa.command(`php ${dep} --no-interaction --ansi -v ${cmd}`)
|
||||||
p.stdout.pipe(process.stdout)
|
p.stdout.pipe(process.stdout)
|
||||||
p.stderr.pipe(process.stderr)
|
p.stderr.pipe(process.stderr)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user