From 798c9ca7d9b065b4fe76fe6c57c0c1b264d027fd Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 16 Apr 2021 11:49:59 +0200 Subject: [PATCH] Update generated content --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index 9818bc5..d04f24c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -473,6 +473,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;