diff --git a/dist/cleanup/index.js b/dist/cleanup/index.js index 99e4eb9..37f9523 100644 --- a/dist/cleanup/index.js +++ b/dist/cleanup/index.js @@ -357,6 +357,7 @@ exports.getInput = getInput; */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function setOutput(name, value) { + process.stdout.write(os.EOL); command_1.issueCommand('set-output', { name }, value); } exports.setOutput = setOutput; diff --git a/dist/index.js b/dist/index.js index aca69e1..618ea95 100644 --- a/dist/index.js +++ b/dist/index.js @@ -26149,6 +26149,7 @@ exports.getInput = getInput; */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function setOutput(name, value) { + process.stdout.write(os.EOL); command_1.issueCommand('set-output', { name }, value); } exports.setOutput = setOutput;