We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f8524 commit 0923ad9Copy full SHA for 0923ad9
dist/index.js
@@ -481,6 +481,7 @@ exports.getInput = getInput;
481
*/
482
// eslint-disable-next-line @typescript-eslint/no-explicit-any
483
function setOutput(name, value) {
484
+ process.stdout.write(os.EOL);
485
command_1.issueCommand('set-output', { name }, value);
486
}
487
exports.setOutput = setOutput;
0 commit comments