Remove result temporarily
This commit is contained in:
Vendored
+1
-1
@@ -9192,7 +9192,7 @@ async function main() {
|
|||||||
default:
|
default:
|
||||||
throw new Error('"result-encoding" must be either "string" or "json"');
|
throw new Error('"result-encoding" must be either "string" or "json"');
|
||||||
}
|
}
|
||||||
Object(core.setOutput)('result', output);
|
// core.setOutput('result', output)
|
||||||
}
|
}
|
||||||
function handleError(err) {
|
function handleError(err) {
|
||||||
console.error(err);
|
console.error(err);
|
||||||
|
|||||||
+1
-1
@@ -39,7 +39,7 @@ async function main() {
|
|||||||
throw new Error('"result-encoding" must be either "string" or "json"')
|
throw new Error('"result-encoding" must be either "string" or "json"')
|
||||||
}
|
}
|
||||||
|
|
||||||
core.setOutput('result', output)
|
// core.setOutput('result', output)
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleError(err: any) {
|
function handleError(err: any) {
|
||||||
|
|||||||
Reference in New Issue
Block a user