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,