Remove result temporarily

This commit is contained in:
Jonathan Clem 2020-02-28 09:06:03 -05:00
parent 62fdca610c
commit 1e169ae445
No known key found for this signature in database
GPG key ID: B3662C4A8F843179
2 changed files with 2 additions and 2 deletions

View file

@ -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) {