Add result log

This commit is contained in:
Jonathan Clem 2020-02-28 08:50:21 -05:00
parent 317a0746d1
commit 3758c2b05b
No known key found for this signature in database
GPG key ID: B3662C4A8F843179
2 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,8 @@ async function main() {
script
)
console.log('test result', result)
let encoding = core.getInput('result-encoding')
encoding = encoding ? encoding : 'json'