From e97abec0d2cf9a8b05946e8804192abb96c50976 Mon Sep 17 00:00:00 2001 From: robvanderleek Date: Thu, 2 Jan 2025 20:43:24 +0000 Subject: [PATCH] Distribution build --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 8ea8fd3..6e2d6ae 100644 --- a/dist/index.js +++ b/dist/index.js @@ -52495,7 +52495,7 @@ var require_version = __commonJS({ Object.defineProperty(exports2, "__esModule", { value: true }); exports2.version = void 0; exports2.version = { - "revision": "d0b863a", + "revision": "b7b4651", "year": "2025" }; } @@ -52689,7 +52689,7 @@ function updateRepository(octokit, clBinary) { function main() { return __awaiter(this, void 0, void 0, function* () { (0, signale_1.info)(`CodeLimit-action, version: ${version_1.version.revision}`); - const codeLimitVersion = (0, core_1.getInput)("codelimit-version") || "latest"; + const codeLimitVersion = (0, core_1.getInput)("codelimit_version") || "latest"; (0, signale_1.info)(`CodeLimit version requested: ${codeLimitVersion}`); let clBinary; if (codeLimitVersion === "latest") {