Skip to content

Commit

Permalink
chore: 🚧 Log version requested
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Jan 2, 2025
1 parent 6bba225 commit d0b863a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ async function updateRepository(octokit: Octokit, clBinary: string) {
async function main() {
info(`CodeLimit-action, version: ${version.revision}`);
const codeLimitVersion = getInput('codelimit-version') || 'latest';
info(`CodeLimit version requested: ${codeLimitVersion}`);
let clBinary;
if (codeLimitVersion === 'latest') {
clBinary = await downloadCodeLimitBinary();
Expand Down

0 comments on commit d0b863a

Please sign in to comment.