fix(app/action): community templates

This commit is contained in:
lowlighter
2022-07-07 18:07:59 -04:00
parent affdca0afe
commit 4f60759fca
2 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ function quit(reason) {
}
//Load configuration
const {conf, Plugins, Templates} = await setup({log: false, community: {templates: core.getInput("setup_community_templates")}})
const {conf, Plugins, Templates} = await setup({log: false, community: {templates: core.getInput("setup_community_templates")}, extras: true})
const {metadata} = conf
conf.settings.extras = {default: true}
info("Setup", "complete")