Skip to content

Commit

Permalink
build(release): compiled action for 1.0.4
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Apr 26, 2021
1 parent 7e4e730 commit a9e229b
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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); }); }
Expand Down Expand Up @@ -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) {
Expand Down Expand Up @@ -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 */
Expand All @@ -395,20 +398,23 @@ exports.toCommandValue = toCommandValue;
/***/ 747:
/***/ ((module) => {

"use strict";
module.exports = require("fs");;

/***/ }),

/***/ 87:
/***/ ((module) => {

"use strict";
module.exports = require("os");;

/***/ }),

/***/ 622:
/***/ ((module) => {

"use strict";
module.exports = require("path");;

/***/ })
Expand Down Expand Up @@ -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);

})();

Expand Down

0 comments on commit a9e229b

Please sign in to comment.