diff --git a/dist/index.js b/dist/index.js index 68a5dc5..09586dd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -9192,7 +9192,7 @@ async function main() { default: throw new Error('"result-encoding" must be either "string" or "json"'); } - Object(core.setOutput)('result', output); + // core.setOutput('result', output) } function handleError(err) { console.error(err); diff --git a/src/main.ts b/src/main.ts index 89bf9e4..20aab81 100644 --- a/src/main.ts +++ b/src/main.ts @@ -39,7 +39,7 @@ async function main() { throw new Error('"result-encoding" must be either "string" or "json"') } - core.setOutput('result', output) + // core.setOutput('result', output) } function handleError(err: any) {