diff --git a/actions/has-installed-dependencies/action.yml b/actions/has-installed-dependencies/action.yml index 078f4e0..837b078 100644 --- a/actions/has-installed-dependencies/action.yml +++ b/actions/has-installed-dependencies/action.yml @@ -120,6 +120,7 @@ runs: const parseDependencies = async (command) => { const { stdout } = await exec.getExecOutput(command, undefined, { cwd: workingDirectory, + silent: true, }); if (stdout === '') {