mirror of
https://github.com/actions/github-script.git
synced 2026-01-09 18:43:06 +00:00
Remove output log
This commit is contained in:
@@ -39,8 +39,6 @@ async function main() {
|
||||
throw new Error('"result-encoding" must be either "string" or "json"')
|
||||
}
|
||||
|
||||
console.log('setting output', output)
|
||||
|
||||
core.setOutput('result', output)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user