Add result log

This commit is contained in:
Jonathan Clem
2020-02-28 08:50:21 -05:00
parent 317a0746d1
commit 3758c2b05b
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'