From a9e229b112cd2d470749f2454a53c73c2b9c03cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Apr 2021 23:21:50 +0000 Subject: [PATCH] build(release): compiled action for 1.0.4 [skip ci] --- dist/index.js | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/dist/index.js b/dist/index.js index e553a7f..9ec96fd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,10 +1,10 @@ /******/ (() => { // webpackBootstrap -/******/ "use strict"; /******/ var __webpack_modules__ = ({ /***/ 351: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; @@ -90,6 +90,7 @@ function escapeProperty(s) { /***/ 186: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } @@ -335,6 +336,7 @@ exports.getState = getState; /***/ 717: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; // For internal use, subject to change. var __importStar = (this && this.__importStar) || function (mod) { @@ -370,6 +372,7 @@ exports.issueCommand = issueCommand; /***/ 278: /***/ ((__unused_webpack_module, exports) => { +"use strict"; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ @@ -395,6 +398,7 @@ exports.toCommandValue = toCommandValue; /***/ 747: /***/ ((module) => { +"use strict"; module.exports = require("fs");; /***/ }), @@ -402,6 +406,7 @@ module.exports = require("fs");; /***/ 87: /***/ ((module) => { +"use strict"; module.exports = require("os");; /***/ }), @@ -409,6 +414,7 @@ module.exports = require("os");; /***/ 622: /***/ ((module) => { +"use strict"; module.exports = require("path");; /***/ }) @@ -446,33 +452,20 @@ module.exports = require("path");; /******/ } /******/ /************************************************************************/ -/******/ /* webpack/runtime/make namespace object */ -/******/ (() => { -/******/ // define __esModule on exports -/******/ __nccwpck_require__.r = (exports) => { -/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { -/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); -/******/ } -/******/ Object.defineProperty(exports, '__esModule', { value: true }); -/******/ }; -/******/ })(); -/******/ /******/ /* 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. (() => { -__nccwpck_require__.r(__webpack_exports__); -/* harmony import */ var _actions_core__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(186); - +const core = __nccwpck_require__(186); -const greeting = _actions_core__WEBPACK_IMPORTED_MODULE_0__.getInput("greeting"); +const greeting = core.getInput("greeting"); const output = `Hello, ${greeting}!`; -_actions_core__WEBPACK_IMPORTED_MODULE_0__.info(output); +core.info(output); -_actions_core__WEBPACK_IMPORTED_MODULE_0__.setOutput("greeting", output); +core.setOutput("greeting", output); })();