mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 22:50:04 +00:00
Pass nativeRequire, as well
This commit is contained in:
parent
75e3a5b35d
commit
c416f56b51
5 changed files with 4 additions and 2 deletions
|
|
@ -32,6 +32,7 @@ async function main(): Promise<void> {
|
|||
const result = await callAsyncFunction(
|
||||
{
|
||||
require: wrapRequire,
|
||||
nativeRequire: __non_webpack_require__,
|
||||
github,
|
||||
context,
|
||||
core,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue