diff --git a/action.yml b/action.yml index 1a06bdc..c81d793 100644 --- a/action.yml +++ b/action.yml @@ -286,6 +286,8 @@ runs: await exec.exec('brew', ['install', 'shellcheck']) break; case 'linux': + core.exportVariable('DEBIAN_FRONTEND', 'noninteractive') + await exec.exec('sudo apt-get update') await exec.exec('sudo apt-get install shellcheck') break; case 'win32':