diff --git a/action.yml b/action.yml index b0411bc..f6b7e4b 100644 --- a/action.yml +++ b/action.yml @@ -285,6 +285,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':