mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Remove output log
This commit is contained in:
parent
904b439f45
commit
493b839630
2 changed files with 0 additions and 3 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -9192,7 +9192,6 @@ 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"');
|
||||||
}
|
}
|
||||||
console.log('setting output', output);
|
|
||||||
Object(core.setOutput)('result', output);
|
Object(core.setOutput)('result', output);
|
||||||
}
|
}
|
||||||
function handleError(err) {
|
function handleError(err) {
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,6 @@ 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"')
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('setting output', output)
|
|
||||||
|
|
||||||
core.setOutput('result', output)
|
core.setOutput('result', output)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue