From ca76aa0f9a9e65a437c6abe39c03d64cc8c53980 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 15 Apr 2021 18:00:26 +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 f9aa90f..9e61097 100644 --- a/dist/index.js +++ b/dist/index.js @@ -854,6 +854,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;