From 8bb1fe6d543b2233ef1856cd3b0181f5abbd4d6a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 15 Mar 2024 14:25:07 +0000 Subject: [PATCH] Update dist/* --- dist/index.js | 111 +++++++++++++++++++++++----------------------- package-lock.json | 5 ++- 2 files changed, 58 insertions(+), 58 deletions(-) diff --git a/dist/index.js b/dist/index.js index 667a3bb..0a08149 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,53 +1,65 @@ -module.exports = -/******/ (function(modules, runtime) { // webpackBootstrap -/******/ "use strict"; +/******/ (() => { // webpackBootstrap +/******/ var __webpack_modules__ = ({ + +/***/ 81: +/***/ ((module) => { + +"use strict"; +module.exports = require("child_process"); + +/***/ }), + +/***/ 17: +/***/ ((module) => { + +"use strict"; +module.exports = require("path"); + +/***/ }) + +/******/ }); +/************************************************************************/ /******/ // The module cache -/******/ var installedModules = {}; -/******/ +/******/ var __webpack_module_cache__ = {}; +/******/ /******/ // The require function -/******/ function __webpack_require__(moduleId) { -/******/ +/******/ function __nccwpck_require__(moduleId) { /******/ // Check if module is in cache -/******/ if(installedModules[moduleId]) { -/******/ return installedModules[moduleId].exports; +/******/ var cachedModule = __webpack_module_cache__[moduleId]; +/******/ if (cachedModule !== undefined) { +/******/ return cachedModule.exports; /******/ } /******/ // Create a new module (and put it into the cache) -/******/ var module = installedModules[moduleId] = { -/******/ i: moduleId, -/******/ l: false, +/******/ var module = __webpack_module_cache__[moduleId] = { +/******/ // no module.id needed +/******/ // no module.loaded needed /******/ exports: {} /******/ }; -/******/ +/******/ /******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); -/******/ -/******/ // Flag the module as loaded -/******/ module.l = true; -/******/ +/******/ var threw = true; +/******/ try { +/******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require__); +/******/ threw = false; +/******/ } finally { +/******/ if(threw) delete __webpack_module_cache__[moduleId]; +/******/ } +/******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } -/******/ -/******/ -/******/ __webpack_require__.ab = __dirname + "/"; -/******/ -/******/ // the startup function -/******/ function startup() { -/******/ // Load entry module and return exports -/******/ return __webpack_require__(104); -/******/ }; -/******/ -/******/ // run startup -/******/ return startup(); -/******/ }) +/******/ /************************************************************************/ -/******/ ({ - -/***/ 104: -/***/ (function(__unusedmodule, __unusedexports, __webpack_require__) { - -const spawn = __webpack_require__(129).spawn; -const path = __webpack_require__(622); +/******/ /* webpack/runtime/compat */ +/******/ +/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/"; +/******/ +/************************************************************************/ +var __webpack_exports__ = {}; +// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk. +(() => { +const spawn = (__nccwpck_require__(81).spawn); +const path = __nccwpck_require__(17); const exec = (cmd, args=[]) => new Promise((resolve, reject) => { console.log(`Started: ${cmd} ${args.join(" ")}`); @@ -64,7 +76,7 @@ const exec = (cmd, args=[]) => new Promise((resolve, reject) => { }); const main = async () => { - await exec('bash', [path.join(__dirname, './action.sh')]); + await exec('bash', [__nccwpck_require__.ab + "action.sh"]); }; main().catch(err => { @@ -73,21 +85,8 @@ main().catch(err => { process.exit(err.code || -1); }); +})(); -/***/ }), - -/***/ 129: -/***/ (function(module) { - -module.exports = require("child_process"); - -/***/ }), - -/***/ 622: -/***/ (function(module) { - -module.exports = require("path"); - -/***/ }) - -/******/ }); \ No newline at end of file +module.exports = __webpack_exports__; +/******/ })() +; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0c921bf..6efbfaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "gha-git-credentials", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.1.0", + "name": "gha-git-credentials", + "version": "2.1.1", "license": "MIT", "dependencies": { "@vercel/ncc": "^0.34.0"