From bd1d5f2f861b8af48f2f0db98d755902eb55fce7 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Wed, 26 Jan 2022 17:59:56 -0500 Subject: [PATCH] fix(app/action): hide starting logs --- source/app/action/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app/action/index.mjs b/source/app/action/index.mjs index e89f62da..a23ccf67 100644 --- a/source/app/action/index.mjs +++ b/source/app/action/index.mjs @@ -95,7 +95,7 @@ async function retry(func, {retries = 1, delay = 0} = {}) { info("Version", conf.package.version) //Core inputs - Object.assign(preset, await presets(core.getInput("config_presets"), {log:true, core})) + Object.assign(preset, await presets(core.getInput("config_presets"), {log:false, core})) const { user:_user, repo:_repo,