pull/353/head
Frostebite 2022-04-07 00:44:05 +01:00
parent 443b682da6
commit 8de0830ee5
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -1886,7 +1886,7 @@ class CloudRunner {
core.setOutput(__1.Input.ToEnvVarFormat(element.name), element.value);
}
for (const element of buildParameterPropertyNames) {
if (!buildParameters.cloudRunnerIntegrationTests)
if (buildParameters.cloudRunnerIntegrationTests)
cloud_runner_logger_1.default.log(`Setting build parameters output ${element}`);
core.setOutput(__1.Input.ToEnvVarFormat(element), buildParameters[element]);
}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -31,7 +31,7 @@ class CloudRunner {
core.setOutput(Input.ToEnvVarFormat(element.name), element.value);
}
for (const element of buildParameterPropertyNames) {
if (!buildParameters.cloudRunnerIntegrationTests)
if (buildParameters.cloudRunnerIntegrationTests)
CloudRunnerLogger.log(`Setting build parameters output ${element}`);
core.setOutput(Input.ToEnvVarFormat(element), buildParameters[element]);
}