11/******/ ( ( ) => { // webpackBootstrap
22/******/ var __webpack_modules__ = ( {
33
4- /***/ 207 :
4+ /***/ 777 :
55/***/ ( function ( __unused_webpack_module , exports , __nccwpck_require__ ) {
66
77"use strict" ;
@@ -15,7 +15,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
1515} ;
1616Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
1717const os = __importStar ( __nccwpck_require__ ( 37 ) ) ;
18- const utils_1 = __nccwpck_require__ ( 645 ) ;
18+ const utils_1 = __nccwpck_require__ ( 855 ) ;
1919/**
2020 * Commands
2121 *
@@ -87,7 +87,7 @@ function escapeProperty(s) {
8787
8888/***/ } ) ,
8989
90- /***/ 695 :
90+ /***/ 181 :
9191/***/ ( function ( __unused_webpack_module , exports , __nccwpck_require__ ) {
9292
9393"use strict" ;
@@ -109,9 +109,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
109109 return result ;
110110} ;
111111Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
112- const command_1 = __nccwpck_require__ ( 207 ) ;
113- const file_command_1 = __nccwpck_require__ ( 271 ) ;
114- const utils_1 = __nccwpck_require__ ( 645 ) ;
112+ const command_1 = __nccwpck_require__ ( 777 ) ;
113+ const file_command_1 = __nccwpck_require__ ( 679 ) ;
114+ const utils_1 = __nccwpck_require__ ( 855 ) ;
115115const os = __importStar ( __nccwpck_require__ ( 37 ) ) ;
116116const path = __importStar ( __nccwpck_require__ ( 17 ) ) ;
117117/**
@@ -332,7 +332,7 @@ exports.getState = getState;
332332
333333/***/ } ) ,
334334
335- /***/ 271 :
335+ /***/ 679 :
336336/***/ ( function ( __unused_webpack_module , exports , __nccwpck_require__ ) {
337337
338338"use strict" ;
@@ -350,7 +350,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
350350/* eslint-disable @typescript-eslint/no-explicit-any */
351351const fs = __importStar ( __nccwpck_require__ ( 147 ) ) ;
352352const os = __importStar ( __nccwpck_require__ ( 37 ) ) ;
353- const utils_1 = __nccwpck_require__ ( 645 ) ;
353+ const utils_1 = __nccwpck_require__ ( 855 ) ;
354354function issueCommand ( command , message ) {
355355 const filePath = process . env [ `GITHUB_${ command } ` ] ;
356356 if ( ! filePath ) {
@@ -368,7 +368,7 @@ exports.issueCommand = issueCommand;
368368
369369/***/ } ) ,
370370
371- /***/ 645 :
371+ /***/ 855 :
372372/***/ ( ( __unused_webpack_module , exports ) => {
373373
374374"use strict" ;
@@ -461,7 +461,7 @@ var __webpack_exports__ = {};
461461( ( ) => {
462462const fs = __nccwpck_require__ ( 147 ) ;
463463const path = __nccwpck_require__ ( 17 ) ;
464- const core = __nccwpck_require__ ( 695 ) ;
464+ const core = __nccwpck_require__ ( 181 ) ;
465465
466466try {
467467 const fileName = core . getInput ( 'filename' , { required : true } ) ;
@@ -486,7 +486,7 @@ try {
486486 else if ( typeof variable === 'object' ) {
487487 for ( const key in variable ) {
488488 if ( rootObj . hasOwnProperty ( key ) ) {
489- processVariable ( variable [ key ] , ` key` ) ;
489+ processVariable ( variable [ key ] , key ) ;
490490 }
491491 else {
492492 processVariable ( variable [ key ] , `${ name } _${ key } ` ) ;
0 commit comments