Fix: rename output

This commit is contained in:
Michael B. Gale 2023-05-26 12:09:33 +01:00
parent 0930314935
commit 4518431205
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
4 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@ async function run() {
throw new Error("Config file could not be found at expected location. Has the 'init' action been called?");
}
const result = await (0, resolve_environment_1.runResolveBuildEnvironment)(config.codeQLCmd, logger, language);
core.setOutput("configuration", result);
core.setOutput("environment", result);
}
catch (unwrappedError) {
const error = (0, util_1.wrapError)(unwrappedError);