Update @actions/core to 1.2.7

This commit is contained in:
Josh Gross 2021-04-23 11:42:24 -04:00
parent 85e88a66ea
commit 2b34a689ec
No known key found for this signature in database
GPG key ID: 17A6308EA2144978
3 changed files with 12 additions and 11 deletions

1
dist/index.js vendored
View file

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