Add core to the script context

This commit is contained in:
Jonathan Clem 2020-03-24 13:57:27 -04:00
parent 80a5e943b4
commit 8982156783
No known key found for this signature in database
GPG key ID: B3662C4A8F843179
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ async function main() {
// Using property/value shorthand on `require` (e.g. `{require}`) causes compilatin errors.
const result = await callAsyncFunction(
{require: require, github, context},
{require: require, github, context, core},
script
)