We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45192b5 commit b0ec39eCopy full SHA for b0ec39e
1 file changed
index.js
@@ -82,7 +82,7 @@ async function dep() {
82
83
let cmd = core.getInput('dep')
84
85
- let p = execa.command(`php ${dep} --ansi -v ${cmd}`)
+ let p = execa.command(`php ${dep} --no-interaction --ansi -v ${cmd}`)
86
p.stdout.pipe(process.stdout)
87
p.stderr.pipe(process.stderr)
88
0 commit comments