mirror of
https://github.com/actions/github-script.git
synced 2025-12-09 00:26:20 +00:00
Remove core again for now
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user