From 54f4c31d4ebaca25ca7817308849dd61e99cc126 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Wed, 30 Jul 2025 14:57:42 -0500 Subject: [PATCH] Update build --- dist/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index f436030..bd9f2ce 100644 --- a/dist/index.js +++ b/dist/index.js @@ -62611,10 +62611,10 @@ var __webpack_exports__ = {}; // EXTERNAL MODULE: ./node_modules/@actions/core/lib/core.js var core = __nccwpck_require__(7484); -// EXTERNAL MODULE: ./node_modules/@actions/exec/lib/exec.js -var exec = __nccwpck_require__(5236); // EXTERNAL MODULE: ./node_modules/@1password/op-js/dist/index.js var dist = __nccwpck_require__(7521); +// EXTERNAL MODULE: ./node_modules/@actions/exec/lib/exec.js +var exec = __nccwpck_require__(5236); ;// CONCATENATED MODULE: ./package.json const package_namespaceObject = {"rE":"2.0.0"}; ;// CONCATENATED MODULE: ./src/constants.ts @@ -62735,7 +62735,9 @@ const installCLI = async () => { // If there's no CLI installed, then validateCli will throw an error, which we will use // as an indicator that we need to execute the installation script. await (0,dist.validateCli)().catch(async () => { + // eslint-disable-next-line const { install } = __nccwpck_require__(9530); + // eslint-disable-next-line @typescript-eslint/no-unsafe-call await install(); }); };