Skip to content

Commit 0923ad9

Browse files
committed
Build and repackage action
1 parent 29f8524 commit 0923ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ exports.getInput = getInput;
481481
*/
482482
// eslint-disable-next-line @typescript-eslint/no-explicit-any
483483
function setOutput(name, value) {
484+
process.stdout.write(os.EOL);
484485
command_1.issueCommand('set-output', { name }, value);
485486
}
486487
exports.setOutput = setOutput;

0 commit comments

Comments
 (0)