8000
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 904b439 commit 493b839Copy full SHA for 493b839
dist/index.js
@@ -9192,7 +9192,6 @@ async function main() {
9192
default:
9193
throw new Error('"result-encoding" must be either "string" or "json"');
9194
}
9195
- console.log('setting output', output);
9196
Object(core.setOutput)('result', output);
9197
9198
function handleError(err) {
src/main.ts
@@ -39,8 +39,6 @@ async function main() {
39
throw new Error('"result-encoding" must be either "string" or "json"')
40
41
42
- console.log('setting output', output)
43
-
44
core.setOutput('result', output)
45
46
0 commit comments