Test log result

This commit is contained in:
Jonathan Clem 2020-02-28 08:52:13 -05:00
parent be5d094bf9
commit 26ee3d2d09
No known key found for this signature in database
GPG key ID: B3662C4A8F843179
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ async function main() {
{require: require, github, context},
script
)
console.log('test result', result)
let encoding = core.getInput('result-encoding')
encoding = encoding ? encoding : 'json'