Ensure setTimeout etc are present

This commit is contained in:
Jonathan Clem 2020-01-10 08:01:53 -05:00
parent d17db37305
commit 88183f022f
No known key found for this signature in database
GPG key ID: B3662C4A8F843179

View file

@ -25,6 +25,8 @@ jobs:
repo: 'github-script'
})
setTimeout(() => console.log("HI"), 0)
console.log('repo.url', repo.url)
console.log('context.eventName', context.eventName)
console.log('input.result-encoding', actions.core.getInput('result-encoding'))