Update generated content

This commit is contained in:
CrazyMax 2021-04-16 11:49:59 +02:00
parent c3a6aea9ab
commit 798c9ca7d9
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

1
dist/index.js generated vendored
View File

@ -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;