Skip to content

Commit 1c4be51

Browse files
authored
Merge pull request #543 from peter-evans/update-distribution
Update distribution
2 parents 3fbe775 + 14b06cf commit 1c4be51

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

dist/index.js

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
3737
Object.defineProperty(exports, "__esModule", ({ value: true }));
3838
const core = __importStar(__nccwpck_require__(186));
3939
const github = __importStar(__nccwpck_require__(438));
40-
const fs = __importStar(__nccwpck_require__(747));
41-
const util = __importStar(__nccwpck_require__(669));
40+
const fs = __importStar(__nccwpck_require__(147));
41+
const util = __importStar(__nccwpck_require__(837));
4242
const utils = __importStar(__nccwpck_require__(918));
43-
const util_1 = __nccwpck_require__(669);
43+
const util_1 = __nccwpck_require__(837);
4444
function run() {
4545
return __awaiter(this, void 0, void 0, function* () {
4646
try {
@@ -194,7 +194,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
194194
};
195195
Object.defineProperty(exports, "__esModule", ({ value: true }));
196196
exports.issue = exports.issueCommand = void 0;
197-
const os = __importStar(__nccwpck_require__(87));
197+
const os = __importStar(__nccwpck_require__(37));
198198
const utils_1 = __nccwpck_require__(278);
199199
/**
200200
* Commands
@@ -305,8 +305,8 @@ exports.getIDToken = exports.getState = exports.saveState = exports.group = expo
305305
const command_1 = __nccwpck_require__(351);
306306
const file_command_1 = __nccwpck_require__(717);
307307
const utils_1 = __nccwpck_require__(278);
308-
const os = __importStar(__nccwpck_require__(87));
309-
const path = __importStar(__nccwpck_require__(622));
308+
const os = __importStar(__nccwpck_require__(37));
309+
const path = __importStar(__nccwpck_require__(17));
310310
const oidc_utils_1 = __nccwpck_require__(41);
311311
/**
312312
* The code to exit an action
@@ -615,8 +615,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
615615
exports.issueCommand = void 0;
616616
// We use any as a valid input type
617617
/* eslint-disable @typescript-eslint/no-explicit-any */
618-
const fs = __importStar(__nccwpck_require__(747));
619-
const os = __importStar(__nccwpck_require__(87));
618+
const fs = __importStar(__nccwpck_require__(147));
619+
const os = __importStar(__nccwpck_require__(37));
620620
const utils_1 = __nccwpck_require__(278);
621621
function issueCommand(command, message) {
622622
const filePath = process.env[`GITHUB_${command}`];
@@ -766,15 +766,15 @@ exports.toCommandProperties = toCommandProperties;
766766

767767
/***/ }),
768768

769-
/***/ 53:
769+
/***/ 87:
770770
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
771771

772772
"use strict";
773773

774774
Object.defineProperty(exports, "__esModule", ({ value: true }));
775775
exports.Context = void 0;
776-
const fs_1 = __nccwpck_require__(747);
777-
const os_1 = __nccwpck_require__(87);
776+
const fs_1 = __nccwpck_require__(147);
777+
const os_1 = __nccwpck_require__(37);
778778
class Context {
779779
/**
780780
* Hydrate the context from the environment
@@ -853,7 +853,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
853853
};
854854
Object.defineProperty(exports, "__esModule", ({ value: true }));
855855
exports.getOctokit = exports.context = void 0;
856-
const Context = __importStar(__nccwpck_require__(53));
856+
const Context = __importStar(__nccwpck_require__(87));
857857
const utils_1 = __nccwpck_require__(30);
858858
exports.context = new Context.Context();
859859
/**
@@ -946,7 +946,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
946946
};
947947
Object.defineProperty(exports, "__esModule", ({ value: true }));
948948
exports.getOctokitOptions = exports.GitHub = exports.context = void 0;
949-
const Context = __importStar(__nccwpck_require__(53));
949+
const Context = __importStar(__nccwpck_require__(87));
950950
const Utils = __importStar(__nccwpck_require__(914));
951951
// octokit + plugins
952952
const core_1 = __nccwpck_require__(762);
@@ -1053,8 +1053,8 @@ exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHand
10531053
"use strict";
10541054

10551055
Object.defineProperty(exports, "__esModule", ({ value: true }));
1056-
const http = __nccwpck_require__(605);
1057-
const https = __nccwpck_require__(211);
1056+
const http = __nccwpck_require__(685);
1057+
const https = __nccwpck_require__(687);
10581058
const pm = __nccwpck_require__(443);
10591059
let tunnel;
10601060
var HttpCodes;
@@ -4318,11 +4318,11 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
43184318

43194319
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
43204320

4321-
var Stream = _interopDefault(__nccwpck_require__(413));
4322-
var http = _interopDefault(__nccwpck_require__(605));
4323-
var Url = _interopDefault(__nccwpck_require__(835));
4324-
var https = _interopDefault(__nccwpck_require__(211));
4325-
var zlib = _interopDefault(__nccwpck_require__(761));
4321+
var Stream = _interopDefault(__nccwpck_require__(781));
4322+
var http = _interopDefault(__nccwpck_require__(685));
4323+
var Url = _interopDefault(__nccwpck_require__(310));
4324+
var https = _interopDefault(__nccwpck_require__(687));
4325+
var zlib = _interopDefault(__nccwpck_require__(796));
43264326

43274327
// Based on https://github.com/tmpvar/jsdom/blob/aa85b2abf07766ff7bf5c1f6daafb3726f2f2db5/lib/jsdom/living/blob.js
43284328

@@ -4473,7 +4473,7 @@ FetchError.prototype.name = 'FetchError';
44734473

44744474
let convert;
44754475
try {
4476-
convert = __nccwpck_require__(877).convert;
4476+
convert = (__nccwpck_require__(877).convert);
44774477
} catch (e) {}
44784478

44794479
const INTERNALS = Symbol('Body internals');
@@ -5956,7 +5956,7 @@ fetch.Promise = global.Promise;
59565956

59575957
module.exports = exports = fetch;
59585958
Object.defineProperty(exports, "__esModule", ({ value: true }));
5959-
exports.default = exports;
5959+
exports["default"] = exports;
59605960
exports.Headers = Headers;
59615961
exports.Request = Request;
59625962
exports.Response = Response;
@@ -6028,13 +6028,13 @@ module.exports = __nccwpck_require__(219);
60286028
"use strict";
60296029

60306030

6031-
var net = __nccwpck_require__(631);
6032-
var tls = __nccwpck_require__(16);
6033-
var http = __nccwpck_require__(605);
6034-
var https = __nccwpck_require__(211);
6035-
var events = __nccwpck_require__(614);
6036-
var assert = __nccwpck_require__(357);
6037-
var util = __nccwpck_require__(669);
6031+
var net = __nccwpck_require__(808);
6032+
var tls = __nccwpck_require__(404);
6033+
var http = __nccwpck_require__(685);
6034+
var https = __nccwpck_require__(687);
6035+
var events = __nccwpck_require__(361);
6036+
var assert = __nccwpck_require__(491);
6037+
var util = __nccwpck_require__(837);
60386038

60396039

60406040
exports.httpOverHttp = httpOverHttp;
@@ -6368,103 +6368,103 @@ module.exports = eval("require")("encoding");
63686368

63696369
/***/ }),
63706370

6371-
/***/ 357:
6371+
/***/ 491:
63726372
/***/ ((module) => {
63736373

63746374
"use strict";
63756375
module.exports = require("assert");
63766376

63776377
/***/ }),
63786378

6379-
/***/ 614:
6379+
/***/ 361:
63806380
/***/ ((module) => {
63816381

63826382
"use strict";
63836383
module.exports = require("events");
63846384

63856385
/***/ }),
63866386

6387-
/***/ 747:
6387+
/***/ 147:
63886388
/***/ ((module) => {
63896389

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

63936393
/***/ }),
63946394

6395-
/***/ 605:
6395+
/***/ 685:
63966396
/***/ ((module) => {
63976397

63986398
"use strict";
63996399
module.exports = require("http");
64006400

64016401
/***/ }),
64026402

6403-
/***/ 211:
6403+
/***/ 687:
64046404
/***/ ((module) => {
64056405

64066406
"use strict";
64076407
module.exports = require("https");
64086408

64096409
/***/ }),
64106410

6411-
/***/ 631:
6411+
/***/ 808:
64126412
/***/ ((module) => {
64136413

64146414
"use strict";
64156415
module.exports = require("net");
64166416

64176417
/***/ }),
64186418

6419-
/***/ 87:
6419+
/***/ 37:
64206420
/***/ ((module) => {
64216421

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

64256425
/***/ }),
64266426

6427-
/***/ 622:
6427+
/***/ 17:
64286428
/***/ ((module) => {
64296429

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

64336433
/***/ }),
64346434

6435-
/***/ 413:
6435+
/***/ 781:
64366436
/***/ ((module) => {
64376437

64386438
"use strict";
64396439
module.exports = require("stream");
64406440

64416441
/***/ }),
64426442

6443-
/***/ 16:
6443+
/***/ 404:
64446444
/***/ ((module) => {
64456445

64466446
"use strict";
64476447
module.exports = require("tls");
64486448

64496449
/***/ }),
64506450

6451-
/***/ 835:
6451+
/***/ 310:
64526452
/***/ ((module) => {
64536453

64546454
"use strict";
64556455
module.exports = require("url");
64566456

64576457
/***/ }),
64586458

6459-
/***/ 669:
6459+
/***/ 837:
64606460
/***/ ((module) => {
64616461

64626462
"use strict";
64636463
module.exports = require("util");
64646464

64656465
/***/ }),
64666466

6467-
/***/ 761:
6467+
/***/ 796:
64686468
/***/ ((module) => {
64696469

64706470
"use strict";

0 commit comments

Comments
 (0)