mirror of
https://github.com/actions/github-script.git
synced 2026-01-12 09:28:47 +00:00
Remove result temporarily
This commit is contained in:
@@ -39,7 +39,7 @@ async function main() {
|
||||
throw new Error('"result-encoding" must be either "string" or "json"')
|
||||
}
|
||||
|
||||
core.setOutput('result', output)
|
||||
// core.setOutput('result', output)
|
||||
}
|
||||
|
||||
function handleError(err: any) {
|
||||
|
||||
Reference in New Issue
Block a user