Update readme

This commit is contained in:
lowlighter
2020-10-24 18:41:57 +02:00
parent 265f981f49
commit f2fb214afe
7 changed files with 46 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -66,8 +66,6 @@
//Base elements
const base = {}
let parts = (core.getInput("base")||"").split(",").map(part => part.trim())
if (!parts.length)
parts = conf.settings.plugins.base.parts
for (const part of conf.settings.plugins.base.parts)
base[`base.${part}`] = parts.includes(part)
console.log(`Base parts | ${parts.join(", ")}`)