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") {