From dafed4e96c9b8b76987a881cdbb85121bb04d7f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jose=20Mi=C3=B1o=20-=20TN?= <87651687+jj-mino@users.noreply.github.com> Date: Fri, 15 Oct 2021 12:37:08 -0300 Subject: [PATCH] Update index.js --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index 3942385..9f2b53c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -280,6 +280,7 @@ function getInputs(defaultContext) { load: core.getBooleanInput('load'), network: core.getInput('network'), noCache: core.getBooleanInput('no-cache'), + quiet: core.getBooleanInput('quiet'), outputs: yield getInputList('outputs', true), platforms: yield getInputList('platforms'), pull: core.getBooleanInput('pull'),