Merge branch 'master' into dependabot/npm_and_yarn/csv-parse-4.15.4

This commit is contained in:
CrazyMax
2021-04-16 12:04:23 +02:00
committed by GitHub
3 changed files with 6 additions and 5 deletions

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;