Skip to content

Commit b0ec39e

Browse files
authored
Use --no-interaction by default (#34)
1 parent 45192b5 commit b0ec39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function dep() {
8282

8383
let cmd = core.getInput('dep')
8484

85-
let p = execa.command(`php ${dep} --ansi -v ${cmd}`)
85+
let p = execa.command(`php ${dep} --no-interaction --ansi -v ${cmd}`)
8686
p.stdout.pipe(process.stdout)
8787
p.stderr.pipe(process.stderr)
8888

0 commit comments

Comments
 (0)