mirror of
https://github.com/deployphp/action.git
synced 2025-02-18 17:40:26 +00:00
Use --no-interaction by default (#34)
This commit is contained in:
parent
45192b5748
commit
b0ec39ea7a
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} --ansi -v ${cmd}`)
|
||||
let p = execa.command(`php ${dep} --no-interaction --ansi -v ${cmd}`)
|
||||
p.stdout.pipe(process.stdout)
|
||||
p.stderr.pipe(process.stderr)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue