diff --git a/src/action.ts b/src/action.ts index 4cc987c..4648a1c 100644 --- a/src/action.ts +++ b/src/action.ts @@ -39,7 +39,7 @@ async function run(): Promise { repo: repository.repo, pullNumber: pullRequestNumber, githubToken, - llmProvider: llmProvider as import('./types.js').LLMProvider, + llmProvider: llmProvider as import('types.js').LLMProvider, llmApiUrl, llmApiKey, llmModel,