1
0
mirror of https://github.com/docker/metadata-action.git synced 2025-04-14 21:29:30 +02:00

Update generated content

This commit is contained in:
CrazyMax 2021-04-16 10:24:17 +02:00
parent 6e0f538781
commit c9e28170ee
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

1
dist/index.js generated vendored

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