Skip to content

Commit

Permalink
add load inputs todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Stanga committed Nov 21, 2024
1 parent f4d1a04 commit 3531ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { getInput } from "@actions/core";

export class Config {
public llmApiKey: string | undefined;
public llmModel: string | undefined;
Expand Down Expand Up @@ -27,6 +25,8 @@ export class Config {
console.log("[debug] skip loading inputs");
return;
}

// TODO: handle inputs
}
}

Expand Down

0 comments on commit 3531ea3

Please sign in to comment.