Update generated content

This commit is contained in:
CrazyMax
2021-04-16 12:02:08 +02:00
parent 3dd1069797
commit e0e5acbcf6

1
dist/index.js generated vendored
View File

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