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

@ -48,7 +48,7 @@ async function run() {
}
const result = await runResolveBuildEnvironment(config.codeQLCmd, logger, language);
core.setOutput("configuration", result);
core.setOutput("environment", result);
} catch (unwrappedError) {
const error = wrapError(unwrappedError);
core.setFailed(error.message);