Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e169ae

Browse files
committed
Remove result temporarily
1 parent 62fdca6 commit 1e169ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9192,7 +9192,7 @@ async function main() {
91929192
default:
91939193
throw new Error('"result-encoding" must be either "string" or "json"');
91949194
}
9195-
Object(core.setOutput)('result', output);
9195+
// core.setOutput('result', output)
91969196
}
91979197
function handleError(err) {
91989198
console.error(err);

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function main() {
3939
throw new Error('"result-encoding" must be either "string" or "json"')
4040
}
4141

42-
core.setOutput('result', output)
42+
// core.setOutput('result', output)
4343
}
4444

4545
function handleError(err: any) {

0 commit comments

Comments
 (0)