Skip to content

Commit 2d60ad9

Browse files
Copilotneilime
andcommitted
Add silent option to exec.getExecOutput to suppress command output
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
1 parent 2afe81d commit 2d60ad9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

actions/has-installed-dependencies/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ runs:
120120
const parseDependencies = async (command) => {
121121
const { stdout } = await exec.getExecOutput(command, undefined, {
122122
cwd: workingDirectory,
123+
silent: true,
123124
});
124125
125126
if (stdout === '') {

0 commit comments

Comments
 (0)