Skip to content

Commit 20f2294

Browse files
committed
Merge pull request #7 from elementsinteractive/fix-lgtm-yml
fix: lgtm yml entrypoint
2 parents 7592c91 + 7e4d2fb commit 20f2294

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/lgtm.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
- name: Run LGTM Review
2020
run: |
2121
docker run --rm elementsinteractive/lgtm-ai \
22-
lgtm review --pr-url "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}" \
23-
--git-api-key "${{ secrets.GITHUB_TOKEN }}" \
24-
--ai-api-key "${{ secrets.AI_API_TOKEN }}" \
25-
--model "gemini-2.5-pro-preview-05-06" \
26-
--publish
27-
-vv
22+
review \
23+
--pr-url "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}" \
24+
--git-api-key "${{ secrets.GITHUB_TOKEN }}" \
25+
--ai-api-key "${{ secrets.AI_API_TOKEN }}" \
26+
--model "gemini-2.5-pro-preview-05-06" \
27+
--publish \
28+
-vv

0 commit comments

Comments
 (0)