mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Separate integration workflow
This commit is contained in:
parent
7afad1e364
commit
d73e75dea8
4 changed files with 19 additions and 16 deletions
|
|
@ -18,7 +18,7 @@ async function main() {
|
|||
const script = core.getInput('script', {required: true})
|
||||
|
||||
// Using property/value shorthand on `require` (e.g. `{require}`) causes compilatin errors.
|
||||
const result = callAsyncFunction(
|
||||
const result = await callAsyncFunction(
|
||||
{require: require, github: github, context: context, core: core},
|
||||
script
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue