We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fdca6 commit 1e169aeCopy full SHA for 1e169ae
dist/index.js
@@ -9192,7 +9192,7 @@ async function main() {
9192
default:
9193
throw new Error('"result-encoding" must be either "string" or "json"');
9194
}
9195
- Object(core.setOutput)('result', output);
+ // core.setOutput('result', output)
9196
9197
function handleError(err) {
9198
console.error(err);
src/main.ts
@@ -39,7 +39,7 @@ async function main() {
39
throw new Error('"result-encoding" must be either "string" or "json"')
40
41
42
- core.setOutput('result', output)
43
44
45
function handleError(err: any) {
0 commit comments