mirror of
https://github.com/actions/github-script.git
synced 2025-12-09 00:26:20 +00:00
Pass nativeRequire, as well
This commit is contained in:
@@ -32,6 +32,7 @@ async function main(): Promise<void> {
|
||||
const result = await callAsyncFunction(
|
||||
{
|
||||
require: wrapRequire,
|
||||
nativeRequire: __non_webpack_require__,
|
||||
github,
|
||||
context,
|
||||
core,
|
||||
|
||||
Reference in New Issue
Block a user