diff --git a/dist/index.js b/dist/index.js index 35729b4..4915a6f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1484,6 +1484,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;