mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
chore: expose module to userscript
This commit is contained in:
parent
3f9262325d
commit
2e29dd3fba
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ async function main(): Promise<void> {
|
||||||
|
|
||||||
// Using property/value shorthand on `require` (e.g. `{require}`) causes compilation errors.
|
// Using property/value shorthand on `require` (e.g. `{require}`) causes compilation errors.
|
||||||
const result = await callAsyncFunction(
|
const result = await callAsyncFunction(
|
||||||
{require: require, github, context, core, io},
|
{require: require, module: module, github, context, core, io},
|
||||||
script
|
script
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue