From 773ec62cca5e65041bcf3f72d05548cebbcd8cdb Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 24 Oct 2020 17:59:06 +0200 Subject: [PATCH] Fix typo --- action/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/index.mjs b/action/index.mjs index 15cd9348..940ebcb0 100644 --- a/action/index.mjs +++ b/action/index.mjs @@ -66,7 +66,7 @@ //Base elements const base = {} let parts = (core.getInput("base")||"").split(",").map(part => part.trim()) - if (!pars.length) + if (!parts.length) parts = conf.settings.plugins.base.parts for (const part of parts) base[`base.${part}`] = true