From 6581bb4bd377e24cb90cf4816c29be7c281055d3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 20 Apr 2021 05:03:49 +0000 Subject: [PATCH] chore: Update dist --- dist/cleanup/index.js | 1 + dist/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/cleanup/index.js b/dist/cleanup/index.js index 99e4eb9..37f9523 100644 --- a/dist/cleanup/index.js +++ b/dist/cleanup/index.js @@ -357,6 +357,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; diff --git a/dist/index.js b/dist/index.js index aca69e1..618ea95 100644 --- a/dist/index.js +++ b/dist/index.js @@ -26149,6 +26149,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;