@@ -6144,7 +6144,7 @@ async function main() {
6144
6144
const github = Object ( lib_github . getOctokit ) ( token , opts ) ;
6145
6145
const script = Object ( core . getInput ) ( 'script' , { required : true } ) ;
6146
6146
// 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 ) ;
6148
6148
let encoding = Object ( core . getInput ) ( 'result-encoding' ) ;
6149
6149
encoding = encoding ? encoding : 'json' ;
6150
6150
let output ;
@@ -6901,25 +6901,6 @@ function expand(str, isTop) {
6901
6901
6902
6902
6903
6903
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
-
6923
6904
/***/ } ) ,
6924
6905
6925
6906
/***/ 877 :
0 commit comments