@@ -6144,7 +6144,7 @@ async function main() {
61446144 const github = Object ( lib_github . getOctokit ) ( token , opts ) ;
61456145 const script = Object ( core . getInput ) ( 'script' , { required : true } ) ;
61466146 // Using property/value shorthand on `require` (e.g. `{require}`) causes compilation errors.
6147- const result = await callAsyncFunction ( { require : __webpack_require__ ( 875 ) , github, context : lib_github . context , core : core , glob : glob , io : io } , script ) ;
6147+ const result = await callAsyncFunction ( { require : require , github, context : lib_github . context , core : core , glob : glob , io : io } , script ) ;
61486148 let encoding = Object ( core . getInput ) ( 'result-encoding' ) ;
61496149 encoding = encoding ? encoding : 'json' ;
61506150 let output ;
@@ -6901,25 +6901,6 @@ function expand(str, isTop) {
69016901
69026902
69036903
6904- /***/ } ) ,
6905-
6906- /***/ 875 :
6907- /***/ ( function ( module ) {
6908-
6909- function webpackEmptyContext ( req ) {
6910- if ( typeof req === 'number' && __webpack_require__ . m [ req ] )
6911- return __webpack_require__ ( req ) ;
6912- try { return require ( req ) }
6913- catch ( e ) { if ( e . code !== 'MODULE_NOT_FOUND' ) throw e }
6914- var e = new Error ( "Cannot find module '" + req + "'" ) ;
6915- e . code = 'MODULE_NOT_FOUND' ;
6916- throw e ;
6917- }
6918- webpackEmptyContext . keys = function ( ) { return [ ] ; } ;
6919- webpackEmptyContext . resolve = webpackEmptyContext ;
6920- module . exports = webpackEmptyContext ;
6921- webpackEmptyContext . id = 875 ;
6922-
69236904/***/ } ) ,
69246905
69256906/***/ 877 :
0 commit comments