mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 04:19:02 +00:00
attempt to pipe output to parent (#12)
This commit is contained in:
parent
ad4e7856ef
commit
1f9078ddea
2
index.js
2
index.js
@ -55,5 +55,5 @@ function dep() {
|
||||
dep = 'deployer.phar'
|
||||
}
|
||||
|
||||
execa.sync(dep, split(core.getInput('dep')))
|
||||
execa(dep, split(core.getInput('dep'))).stdout.pipe(process.stdout);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user