mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Add result log
This commit is contained in:
parent
317a0746d1
commit
3758c2b05b
2 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ async function main() {
|
|||
script
|
||||
)
|
||||
|
||||
console.log('test result', result)
|
||||
|
||||
let encoding = core.getInput('result-encoding')
|
||||
encoding = encoding ? encoding : 'json'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue