Remove core again for now

This commit is contained in:
Jonathan Clem 2020-02-28 08:49:25 -05:00
parent ec171b8961
commit 317a0746d1
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: github, context: context, core: core},
{require: require, github, context},
script
)