Skip to content

Commit 986a3bb

Browse files
Copilotneilime
andcommitted
Add silent option to exec.getExecOutput to suppress command output
Co-authored-by: neilime <[email protected]>
1 parent 403eefe commit 986a3bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)