mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Remove core again for now
This commit is contained in:
parent
ec171b8961
commit
317a0746d1
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue