Skip to content

Commit 1119b06

Browse files
chore: code formatting
1 parent bce36e7 commit 1119b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/app/metrics/metadata.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ metadata.plugin = async function({__plugins, __templates, name, logger}) {
261261
else
262262
value = process.env[`INPUT_${key.toUpperCase()}`]?.trim() ?? "<default-value>"
263263

264+
264265
const unspecified = value === "<default-value>"
265266
//From presets
266267
if ((key in preset) && (unspecified)) {

0 commit comments

Comments
 (0)