chore: code formatting

This commit is contained in:
github-actions[bot]
2022-02-09 02:54:11 +00:00
parent bce36e7336
commit 1119b06f81

View File

@@ -261,6 +261,7 @@ metadata.plugin = async function({__plugins, __templates, name, logger}) {
else
value = process.env[`INPUT_${key.toUpperCase()}`]?.trim() ?? "<default-value>"
const unspecified = value === "<default-value>"
//From presets
if ((key in preset) && (unspecified)) {