File tree Expand file tree Collapse fi
8000
le tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9192,7 +9192,8 @@ async function main() {
9192
9192
default:
9193
9193
throw new Error('"result-encoding" must be either "string" or "json"');
9194
9194
}
9195
- // core.setOutput('result', output)
9195
+ console.log('setting output', output);
9196
+ Object(core.setOutput)('result', output);
9196
9197
}
9197
9198
function handleError(err) {
9198
9199
console.error(err);
Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ async function main() {
39
39
throw new Error ( '"result-encoding" must be either "string" or "json"' )
40
40
}
41
41
42
- // core.setOutput('result', output)
42
+ console . log ( 'setting output' , output )
43
+
44
+ core . setOutput ( 'result' , output )
43
45
}
44
46
45
47
function handleError ( err : any ) {
You can’t perform that action at this time.
0 commit comments