Merge pull request #34 from peter-evans/update-distribution

Update distribution
This commit is contained in:
Peter Evans 2021-02-25 11:16:42 +09:00 committed by GitHub
commit 9627b85954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

70
dist/index.js vendored
View file

@ -3,7 +3,7 @@ module.exports =
/******/ var __webpack_modules__ = ({ /******/ var __webpack_modules__ = ({
/***/ 812: /***/ 812:
/***/ (function(__unused_webpack_module, exports, __webpack_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -37,8 +37,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
}; };
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.updateRepositoryDescription = exports.getToken = void 0; exports.updateRepositoryDescription = exports.getToken = void 0;
const core = __importStar(__webpack_require__(186)); const core = __importStar(__nccwpck_require__(186));
const fetch = __importStar(__webpack_require__(467)); const fetch = __importStar(__nccwpck_require__(467));
const DESCRIPTION_MAX_CHARS = 100; const DESCRIPTION_MAX_CHARS = 100;
function getToken(username, password) { function getToken(username, password) {
return __awaiter(this, void 0, void 0, function* () { return __awaiter(this, void 0, void 0, function* () {
@ -85,7 +85,7 @@ exports.updateRepositoryDescription = updateRepositoryDescription;
/***/ }), /***/ }),
/***/ 480: /***/ 480:
/***/ (function(__unused_webpack_module, exports, __webpack_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -110,7 +110,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
}; };
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.validateInputs = exports.getInputs = void 0; exports.validateInputs = exports.getInputs = void 0;
const core = __importStar(__webpack_require__(186)); const core = __importStar(__nccwpck_require__(186));
const README_FILEPATH_DEFAULT = './README.md'; const README_FILEPATH_DEFAULT = './README.md';
function getInputs() { function getInputs() {
const inputs = { const inputs = {
@ -172,7 +172,7 @@ exports.validateInputs = validateInputs;
/***/ }), /***/ }),
/***/ 109: /***/ 109:
/***/ (function(__unused_webpack_module, exports, __webpack_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -205,11 +205,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
}); });
}; };
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
const core = __importStar(__webpack_require__(186)); const core = __importStar(__nccwpck_require__(186));
const inputHelper = __importStar(__webpack_require__(480)); const inputHelper = __importStar(__nccwpck_require__(480));
const dockerhubHelper = __importStar(__webpack_require__(812)); const dockerhubHelper = __importStar(__nccwpck_require__(812));
const fs = __importStar(__webpack_require__(747)); const fs = __importStar(__nccwpck_require__(747));
const util_1 = __webpack_require__(669); const util_1 = __nccwpck_require__(669);
const MAX_BYTES = 25000; const MAX_BYTES = 25000;
function run() { function run() {
return __awaiter(this, void 0, void 0, function* () { return __awaiter(this, void 0, void 0, function* () {
@ -245,7 +245,7 @@ run();
/***/ }), /***/ }),
/***/ 351: /***/ 351:
/***/ (function(__unused_webpack_module, exports, __webpack_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -257,8 +257,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
return result; return result;
}; };
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
const os = __importStar(__webpack_require__(87)); const os = __importStar(__nccwpck_require__(87));
const utils_1 = __webpack_require__(278); const utils_1 = __nccwpck_require__(278);
/** /**
* Commands * Commands
* *
@ -331,7 +331,7 @@ function escapeProperty(s) {
/***/ }), /***/ }),
/***/ 186: /***/ 186:
/***/ (function(__unused_webpack_module, exports, __webpack_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -352,11 +352,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
return result; return result;
}; };
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
const command_1 = __webpack_require__(351); const command_1 = __nccwpck_require__(351);
const file_command_1 = __webpack_require__(717); const file_command_1 = __nccwpck_require__(717);
const utils_1 = __webpack_require__(278); const utils_1 = __nccwpck_require__(278);
const os = __importStar(__webpack_require__(87)); const os = __importStar(__nccwpck_require__(87));
const path = __importStar(__webpack_require__(622)); const path = __importStar(__nccwpck_require__(622));
/** /**
* The code to exit an action * The code to exit an action
*/ */
@ -576,7 +576,7 @@ exports.getState = getState;
/***/ }), /***/ }),
/***/ 717: /***/ 717:
/***/ (function(__unused_webpack_module, exports, __webpack_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -591,9 +591,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
// We use any as a valid input type // We use any as a valid input type
/* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable @typescript-eslint/no-explicit-any */
const fs = __importStar(__webpack_require__(747)); const fs = __importStar(__nccwpck_require__(747));
const os = __importStar(__webpack_require__(87)); const os = __importStar(__nccwpck_require__(87));
const utils_1 = __webpack_require__(278); const utils_1 = __nccwpck_require__(278);
function issueCommand(command, message) { function issueCommand(command, message) {
const filePath = process.env[`GITHUB_${command}`]; const filePath = process.env[`GITHUB_${command}`];
if (!filePath) { if (!filePath) {
@ -638,7 +638,7 @@ exports.toCommandValue = toCommandValue;
/***/ }), /***/ }),
/***/ 467: /***/ 467:
/***/ ((module, exports, __webpack_require__) => { /***/ ((module, exports, __nccwpck_require__) => {
"use strict"; "use strict";
@ -647,11 +647,11 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var Stream = _interopDefault(__webpack_require__(413)); var Stream = _interopDefault(__nccwpck_require__(413));
var http = _interopDefault(__webpack_require__(605)); var http = _interopDefault(__nccwpck_require__(605));
var Url = _interopDefault(__webpack_require__(835)); var Url = _interopDefault(__nccwpck_require__(835));
var https = _interopDefault(__webpack_require__(211)); var https = _interopDefault(__nccwpck_require__(211));
var zlib = _interopDefault(__webpack_require__(761)); var zlib = _interopDefault(__nccwpck_require__(761));
// Based on https://github.com/tmpvar/jsdom/blob/aa85b2abf07766ff7bf5c1f6daafb3726f2f2db5/lib/jsdom/living/blob.js // Based on https://github.com/tmpvar/jsdom/blob/aa85b2abf07766ff7bf5c1f6daafb3726f2f2db5/lib/jsdom/living/blob.js
@ -802,7 +802,7 @@ FetchError.prototype.name = 'FetchError';
let convert; let convert;
try { try {
convert = __webpack_require__(877).convert; convert = __nccwpck_require__(877).convert;
} catch (e) {} } catch (e) {}
const INTERNALS = Symbol('Body internals'); const INTERNALS = Symbol('Body internals');
@ -2380,7 +2380,7 @@ module.exports = require("zlib");;
/******/ var __webpack_module_cache__ = {}; /******/ var __webpack_module_cache__ = {};
/******/ /******/
/******/ // The require function /******/ // The require function
/******/ function __webpack_require__(moduleId) { /******/ function __nccwpck_require__(moduleId) {
/******/ // Check if module is in cache /******/ // Check if module is in cache
/******/ if(__webpack_module_cache__[moduleId]) { /******/ if(__webpack_module_cache__[moduleId]) {
/******/ return __webpack_module_cache__[moduleId].exports; /******/ return __webpack_module_cache__[moduleId].exports;
@ -2395,7 +2395,7 @@ module.exports = require("zlib");;
/******/ // Execute the module function /******/ // Execute the module function
/******/ var threw = true; /******/ var threw = true;
/******/ try { /******/ 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; /******/ threw = false;
/******/ } finally { /******/ } finally {
/******/ if(threw) delete __webpack_module_cache__[moduleId]; /******/ if(threw) delete __webpack_module_cache__[moduleId];
@ -2408,10 +2408,10 @@ module.exports = require("zlib");;
/************************************************************************/ /************************************************************************/
/******/ /* webpack/runtime/compat */ /******/ /* webpack/runtime/compat */
/******/ /******/
/******/ __webpack_require__.ab = __dirname + "/";/************************************************************************/ /******/ __nccwpck_require__.ab = __dirname + "/";/************************************************************************/
/******/ // module exports must be returned from runtime so entry inlining is disabled /******/ // module exports must be returned from runtime so entry inlining is disabled
/******/ // startup /******/ // startup
/******/ // Load entry module and return exports /******/ // Load entry module and return exports
/******/ return __webpack_require__(109); /******/ return __nccwpck_require__(109);
/******/ })() /******/ })()
; ;