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

This commit is contained in:
CrazyMax 2021-04-16 10:33:06 +02:00 committed by GitHub
commit 3829b2c52e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

1
dist/index.js generated vendored
View file

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