diff --git a/dist/index.js b/dist/index.js index 15e55e4..4cbe84c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,13 +1,12 @@ -module.exports = /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ /***/ 932: -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { // Franz Diebold -const core = __webpack_require__(186); +const core = __nccwpck_require__(186); /** * Slugify a given string. @@ -16,11 +15,11 @@ const core = __webpack_require__(186); */ function slugify(inputString) { return inputString - .toLowerCase() - .replace(/[^a-z0-9 -]/g, ' ') // remove invalid chars - .replace(/^\s+|\s+$/g, '') // trim - .replace(/\s+/g, '-') // collapse whitespace and replace by - - .replace(/-+/g, '-'); // collapse dashes + .toLowerCase() + .replace(/[^a-z0-9 -]/g, ' ') // remove invalid chars + .replace(/^\s+|\s+$/g, '') // trim + .replace(/\s+/g, '-') // collapse whitespace and replace by - + .replace(/-+/g, '-'); // collapse dashes } /** @@ -81,7 +80,7 @@ try { `${process.env.CI_REPOSITORY_OWNER}`); core.exportVariable('CI_REPOSITORY_OWNER_SLUG', - slugify(repositoryOwner)); + slugify(repositoryOwner)); core.info(`Set CI_REPOSITORY_OWNER_SLUG=` + `${process.env.CI_REPOSITORY_OWNER_SLUG}`); } else { @@ -97,7 +96,7 @@ try { `${process.env.CI_REPOSITORY_NAME}`); core.exportVariable('CI_REPOSITORY_NAME_SLUG', - slugify(repositoryName)); + slugify(repositoryName)); core.info(`Set CI_REPOSITORY_NAME_SLUG=` + `${process.env.CI_REPOSITORY_NAME_SLUG}`); } else { @@ -228,7 +227,7 @@ module.exports = { /***/ }), /***/ 351: -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -240,8 +239,8 @@ var __importStar = (this && this.__importStar) || function (mod) { return result; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const os = __importStar(__webpack_require__(87)); -const utils_1 = __webpack_require__(278); +const os = __importStar(__nccwpck_require__(87)); +const utils_1 = __nccwpck_require__(278); /** * Commands * @@ -314,7 +313,7 @@ function escapeProperty(s) { /***/ }), /***/ 186: -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -335,11 +334,11 @@ var __importStar = (this && this.__importStar) || function (mod) { return result; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const command_1 = __webpack_require__(351); -const file_command_1 = __webpack_require__(717); -const utils_1 = __webpack_require__(278); -const os = __importStar(__webpack_require__(87)); -const path = __importStar(__webpack_require__(622)); +const command_1 = __nccwpck_require__(351); +const file_command_1 = __nccwpck_require__(717); +const utils_1 = __nccwpck_require__(278); +const os = __importStar(__nccwpck_require__(87)); +const path = __importStar(__nccwpck_require__(622)); /** * The code to exit an action */ @@ -423,6 +422,7 @@ exports.getInput = getInput; */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function setOutput(name, value) { + process.stdout.write(os.EOL); command_1.issueCommand('set-output', { name }, value); } exports.setOutput = setOutput; @@ -559,7 +559,7 @@ exports.getState = getState; /***/ }), /***/ 717: -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -574,9 +574,9 @@ var __importStar = (this && this.__importStar) || function (mod) { Object.defineProperty(exports, "__esModule", ({ value: true })); // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ -const fs = __importStar(__webpack_require__(747)); -const os = __importStar(__webpack_require__(87)); -const utils_1 = __webpack_require__(278); +const fs = __importStar(__nccwpck_require__(747)); +const os = __importStar(__nccwpck_require__(87)); +const utils_1 = __nccwpck_require__(278); function issueCommand(command, message) { const filePath = process.env[`GITHUB_${command}`]; if (!filePath) { @@ -650,10 +650,11 @@ module.exports = require("path");; /******/ var __webpack_module_cache__ = {}; /******/ /******/ // The require function -/******/ function __webpack_require__(moduleId) { +/******/ function __nccwpck_require__(moduleId) { /******/ // Check if module is in cache -/******/ if(__webpack_module_cache__[moduleId]) { -/******/ return __webpack_module_cache__[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 = __webpack_module_cache__[moduleId] = { @@ -665,7 +666,7 @@ module.exports = require("path");; /******/ // Execute the module function /******/ var threw = true; /******/ try { -/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nccwpck_require__); /******/ threw = false; /******/ } finally { /******/ if(threw) delete __webpack_module_cache__[moduleId]; @@ -678,10 +679,13 @@ module.exports = require("path");; /************************************************************************/ /******/ /* webpack/runtime/compat */ /******/ -/******/ __webpack_require__.ab = __dirname + "/";/************************************************************************/ -/******/ // module exports must be returned from runtime so entry inlining is disabled +/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";/************************************************************************/ +/******/ /******/ // startup /******/ // Load entry module and return exports -/******/ return __webpack_require__(932); +/******/ // This entry module is referenced by other modules so it can't be inlined +/******/ var __webpack_exports__ = __nccwpck_require__(932); +/******/ module.exports = __webpack_exports__; +/******/ /******/ })() ; \ No newline at end of file diff --git a/index.js b/index.js index faa389a..13f533d 100644 --- a/index.js +++ b/index.js @@ -9,11 +9,11 @@ const core = require('@actions/core'); */ function slugify(inputString) { return inputString - .toLowerCase() - .replace(/[^a-z0-9 -]/g, ' ') // remove invalid chars - .replace(/^\s+|\s+$/g, '') // trim - .replace(/\s+/g, '-') // collapse whitespace and replace by - - .replace(/-+/g, '-'); // collapse dashes + .toLowerCase() + .replace(/[^a-z0-9 -]/g, ' ') // remove invalid chars + .replace(/^\s+|\s+$/g, '') // trim + .replace(/\s+/g, '-') // collapse whitespace and replace by - + .replace(/-+/g, '-'); // collapse dashes } /** @@ -74,7 +74,7 @@ try { `${process.env.CI_REPOSITORY_OWNER}`); core.exportVariable('CI_REPOSITORY_OWNER_SLUG', - slugify(repositoryOwner)); + slugify(repositoryOwner)); core.info(`Set CI_REPOSITORY_OWNER_SLUG=` + `${process.env.CI_REPOSITORY_OWNER_SLUG}`); } else { @@ -90,7 +90,7 @@ try { `${process.env.CI_REPOSITORY_NAME}`); core.exportVariable('CI_REPOSITORY_NAME_SLUG', - slugify(repositoryName)); + slugify(repositoryName)); core.info(`Set CI_REPOSITORY_NAME_SLUG=` + `${process.env.CI_REPOSITORY_NAME_SLUG}`); } else {