mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 22:50:04 +00:00
Remove async from callAsyncFunction
This commit is contained in:
parent
3758c2b05b
commit
be5d094bf9
3 changed files with 2 additions and 5 deletions
|
|
@ -23,8 +23,6 @@ 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