Skip to content

Commit 0276d44

Browse files
committed
v0.1.6
1 parent e263472 commit 0276d44

File tree

3 files changed

+54
-33
lines changed

3 files changed

+54
-33
lines changed

dist/index.js

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******/ (() => { // webpackBootstrap
22
/******/ var __webpack_modules__ = ({
33

4-
/***/ 833:
4+
/***/ 351:
55
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
66

77
"use strict";
@@ -28,7 +28,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
2828
Object.defineProperty(exports, "__esModule", ({ value: true }));
2929
exports.issue = exports.issueCommand = void 0;
3030
const os = __importStar(__nccwpck_require__(37));
31-
const utils_1 = __nccwpck_require__(641);
31+
const utils_1 = __nccwpck_require__(278);
3232
/**
3333
* Commands
3434
*
@@ -100,7 +100,7 @@ function escapeProperty(s) {
100100

101101
/***/ }),
102102

103-
/***/ 293:
103+
/***/ 186:
104104
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
105105

106106
"use strict";
@@ -135,12 +135,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
135135
};
136136
Object.defineProperty(exports, "__esModule", ({ value: true }));
137137
exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0;
138-
const command_1 = __nccwpck_require__(833);
139-
const file_command_1 = __nccwpck_require__(14);
140-
const utils_1 = __nccwpck_require__(641);
138+
const command_1 = __nccwpck_require__(351);
139+
const file_command_1 = __nccwpck_require__(717);
140+
const utils_1 = __nccwpck_require__(278);
141141
const os = __importStar(__nccwpck_require__(37));
142142
const path = __importStar(__nccwpck_require__(17));
143-
const oidc_utils_1 = __nccwpck_require__(862);
143+
const oidc_utils_1 = __nccwpck_require__(41);
144144
/**
145145
* The code to exit an action
146146
*/
@@ -419,7 +419,7 @@ exports.getIDToken = getIDToken;
419419

420420
/***/ }),
421421

422-
/***/ 14:
422+
/***/ 717:
423423
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
424424

425425
"use strict";
@@ -450,7 +450,7 @@ exports.issueCommand = void 0;
450450
/* eslint-disable @typescript-eslint/no-explicit-any */
451451
const fs = __importStar(__nccwpck_require__(147));
452452
const os = __importStar(__nccwpck_require__(37));
453-
const utils_1 = __nccwpck_require__(641);
453+
const utils_1 = __nccwpck_require__(278);
454454
function issueCommand(command, message) {
455455
const filePath = process.env[`GITHUB_${command}`];
456456
if (!filePath) {
@@ -468,7 +468,7 @@ exports.issueCommand = issueCommand;
468468

469469
/***/ }),
470470

471-
/***/ 862:
471+
/***/ 41:
472472
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
473473

474474
"use strict";
@@ -484,9 +484,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
484484
};
485485
Object.defineProperty(exports, "__esModule", ({ value: true }));
486486
exports.OidcClient = void 0;
487-
const http_client_1 = __nccwpck_require__(505);
488-
const auth_1 = __nccwpck_require__(490);
489-
const core_1 = __nccwpck_require__(293);
487+
const http_client_1 = __nccwpck_require__(925);
488+
const auth_1 = __nccwpck_require__(702);
489+
const core_1 = __nccwpck_require__(186);
490490
class OidcClient {
491491
static createHttpClient(allowRetry = true, maxRetry = 10) {
492492
const requestOptions = {
@@ -552,7 +552,7 @@ exports.OidcClient = OidcClient;
552552

553553
/***/ }),
554554

555-
/***/ 641:
555+
/***/ 278:
556556
/***/ ((__unused_webpack_module, exports) => {
557557

558558
"use strict";
@@ -599,7 +599,7 @@ exports.toCommandProperties = toCommandProperties;
599599

600600
/***/ }),
601601

602-
/***/ 624:
602+
/***/ 514:
603603
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
604604

605605
"use strict";
@@ -635,7 +635,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
635635
Object.defineProperty(exports, "__esModule", ({ value: true }));
636636
exports.getExecOutput = exports.exec = void 0;
637637
const string_decoder_1 = __nccwpck_require__(576);
638-
const tr = __importStar(__nccwpck_require__(90));
638+
const tr = __importStar(__nccwpck_require__(159));
639639
/**
640640
* Exec a command.
641641
* Output will be streamed to the live console.
@@ -709,7 +709,7 @@ exports.getExecOutput = getExecOutput;
709709

710710
/***/ }),
711711

712-
/***/ 90:
712+
/***/ 159:
713713
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
714714

715715
"use strict";
@@ -748,8 +748,8 @@ const os = __importStar(__nccwpck_require__(37));
748748
const events = __importStar(__nccwpck_require__(361));
749749
const child = __importStar(__nccwpck_require__(81));
750750
const path = __importStar(__nccwpck_require__(17));
751-
const io = __importStar(__nccwpck_require__(104));
752-
const ioUtil = __importStar(__nccwpck_require__(19));
751+
const io = __importStar(__nccwpck_require__(436));
752+
const ioUtil = __importStar(__nccwpck_require__(962));
753753
const timers_1 = __nccwpck_require__(512);
754754
/* eslint-disable @typescript-eslint/unbound-method */
755755
const IS_WINDOWS = process.platform === 'win32';
@@ -1334,7 +1334,7 @@ class ExecState extends events.EventEmitter {
13341334

13351335
/***/ }),
13361336

1337-
/***/ 490:
1337+
/***/ 702:
13381338
/***/ ((__unused_webpack_module, exports) => {
13391339

13401340
"use strict";
@@ -1400,15 +1400,15 @@ exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHand
14001400

14011401
/***/ }),
14021402

1403-
/***/ 505:
1403+
/***/ 925:
14041404
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
14051405

14061406
"use strict";
14071407

14081408
Object.defineProperty(exports, "__esModule", ({ value: true }));
14091409
const http = __nccwpck_require__(685);
14101410
const https = __nccwpck_require__(687);
1411-
const pm = __nccwpck_require__(502);
1411+
const pm = __nccwpck_require__(443);
14121412
let tunnel;
14131413
var HttpCodes;
14141414
(function (HttpCodes) {
@@ -1827,7 +1827,7 @@ class HttpClient {
18271827
if (useProxy) {
18281828
// If using proxy, need tunnel
18291829
if (!tunnel) {
1830-
tunnel = __nccwpck_require__(468);
1830+
tunnel = __nccwpck_require__(294);
18311831
}
18321832
const agentOptions = {
18331833
maxSockets: maxSockets,
@@ -1945,7 +1945,7 @@ exports.HttpClient = HttpClient;
19451945

19461946
/***/ }),
19471947

1948-
/***/ 502:
1948+
/***/ 443:
19491949
/***/ ((__unused_webpack_module, exports) => {
19501950

19511951
"use strict";
@@ -2010,7 +2010,7 @@ exports.checkBypass = checkBypass;
20102010

20112011
/***/ }),
20122012

2013-
/***/ 19:
2013+
/***/ 962:
20142014
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
20152015

20162016
"use strict";
@@ -2194,7 +2194,7 @@ exports.getCmdPath = getCmdPath;
21942194

21952195
/***/ }),
21962196

2197-
/***/ 104:
2197+
/***/ 436:
21982198
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
21992199

22002200
"use strict";
@@ -2233,7 +2233,7 @@ const assert_1 = __nccwpck_require__(491);
22332233
const childProcess = __importStar(__nccwpck_require__(81));
22342234
const path = __importStar(__nccwpck_require__(17));
22352235
const util_1 = __nccwpck_require__(837);
2236-
const ioUtil = __importStar(__nccwpck_require__(19));
2236+
const ioUtil = __importStar(__nccwpck_require__(962));
22372237
const exec = util_1.promisify(childProcess.exec);
22382238
const execFile = util_1.promisify(childProcess.execFile);
22392239
/**
@@ -2542,15 +2542,15 @@ function copyFile(srcFile, destFile, force) {
25422542

25432543
/***/ }),
25442544

2545-
/***/ 468:
2545+
/***/ 294:
25462546
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
25472547

2548-
module.exports = __nccwpck_require__(636);
2548+
module.exports = __nccwpck_require__(219);
25492549

25502550

25512551
/***/ }),
25522552

2553-
/***/ 636:
2553+
/***/ 219:
25542554
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
25552555

25562556
"use strict";
@@ -2967,8 +2967,8 @@ module.exports = require("util");
29672967
var __webpack_exports__ = {};
29682968
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
29692969
(() => {
2970-
const core = __nccwpck_require__(293);
2971-
const exec = __nccwpck_require__(624);
2970+
const core = __nccwpck_require__(186);
2971+
const exec = __nccwpck_require__(514);
29722972

29732973

29742974
// most @actions toolkit packages have async methods
@@ -2979,7 +2979,7 @@ async function run() {
29792979
if (process.platform === 'linux') {
29802980
await exec.exec('sudo apt-get update')
29812981
await exec.exec(
2982-
'sudo apt-get install -y libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 x11-utils libxcb-cursor0'
2982+
'sudo apt-get install -y libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 x11-utils libxcb-cursor0 libopengl0 libegl1-mesa'
29832983
)
29842984
}
29852985
} catch (error) {

package-lock.json

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"dependencies": {
2222
"@actions/core": "^1.6.0",
2323
"@actions/exec": "^1.1.0"
24+
},
25+
"devDependencies": {
26+
"@vercel/ncc": "^0.38.1"
2427
}
2528
}

0 commit comments

Comments
 (0)