chore: code formatting
This commit is contained in:
3
.github/scripts/build.mjs
vendored
3
.github/scripts/build.mjs
vendored
@@ -179,10 +179,9 @@ function testcase(name, env, args) {
|
||||
if (!(property in result.with))
|
||||
result.with[property] = value
|
||||
}
|
||||
if ((overrides?.output_action) && (overrides?.committer_branch === "examples")) {
|
||||
if ((overrides?.output_action) && (overrides?.committer_branch === "examples"))
|
||||
Object.assign(result.with, { output_action: overrides.output_action, committer_branch: "examples" })
|
||||
}
|
||||
}
|
||||
|
||||
if (env === "test") {
|
||||
if (!result.with.base)
|
||||
|
||||
Reference in New Issue
Block a user