mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 12:07:26 +00:00
Ensure setTimeout etc are present
This commit is contained in:
parent
d17db37305
commit
88183f022f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue