mirror of
https://github.com/actions/github-script.git
synced 2025-12-09 00:26:20 +00:00
Update @actions/core to 1.2.7
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user