Skip to content

Commit 1f9078d

Browse files
authored
attempt to pipe output to parent (#12)
1 parent ad4e785 commit 1f9078d

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
@@ -55,5 +55,5 @@ function dep() {
5555
dep = 'deployer.phar'
5656
}
5757

58-
execa.sync(dep, split(core.getInput('dep')))
58+
execa(dep, split(core.getInput('dep'))).stdout.pipe(process.stdout);
5959
}

0 commit comments

Comments
 (0)