Skip to content

Commit 314e95c

Browse files
authored
ci: adapt to breaking change in lgtm-ai (#129)
1 parent e04e0bb commit 314e95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lgtm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
docker run --rm elementsinteractive/lgtm-ai \
4545
review \
46-
--pr-url "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}" \
4746
--git-api-key "${{ secrets.GITHUB_TOKEN }}" \
4847
--ai-api-key "${{ secrets.AI_API_TOKEN }}" \
49-
-vv
48+
-vv \
49+
"https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}"

0 commit comments

Comments
 (0)