Skip to content

Commit

Permalink
Merge branch 'main' of github.com:getcodelimit/codelimit-action
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Jan 2, 2025
2 parents 7e7954f + 14401c4 commit b7b4651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52495,7 +52495,7 @@ var require_version = __commonJS({
Object.defineProperty(exports2, "__esModule", { value: true });
exports2.version = void 0;
exports2.version = {
"revision": "aed798f",
"revision": "d0b863a",
"year": "2025"
};
}
Expand Down Expand Up @@ -52690,6 +52690,7 @@ 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";
(0, signale_1.info)(`CodeLimit version requested: ${codeLimitVersion}`);
let clBinary;
if (codeLimitVersion === "latest") {
clBinary = yield (0, codelimit_1.downloadCodeLimitBinary)();
Expand Down

0 comments on commit b7b4651

Please sign in to comment.