From e0e5acbcf6c0a7958ded048dc39606f8ed0172b5 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 16 Apr 2021 12:02:08 +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 69ecf76..0838c26 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1702,6 +1702,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;