From 01f4a7369d1bcb9a92c6fc7c5eefc59094125ceb Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 16 Apr 2021 13:20:36 +0200 Subject: [PATCH] Update generated content Signed-off-by: CrazyMax --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index 84c909a2b..ebc143ad7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3646,6 +3646,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;