fix(outputs): add debug log
This commit is contained in:
@@ -9675,7 +9675,8 @@ function parseBool(value) {
|
||||
}
|
||||
exports.parseBool = parseBool;
|
||||
function setOutput(name, value) {
|
||||
core.setOutput(name, value);
|
||||
core.debug(`Setting output: ${name}=${value}`);
|
||||
return core.setOutput(name, value);
|
||||
}
|
||||
exports.setOutput = setOutput;
|
||||
for (const key in exports.outputs)
|
||||
|
||||
Reference in New Issue
Block a user