Update generated content

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-04-16 14:49:12 +02:00
parent 26e1d017b6
commit 2913c18445
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

1
dist/index.js generated vendored
View File

@ -1484,6 +1484,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;