Skip to content

Commit 9985fbe

Browse files
committed
docs: replace incorrect uses
1 parent c59506b commit 9985fbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This action can be used to perform automatic code-reviews or write reviewer guid
2222

2323
```yaml
2424
- name: AI Code Review
25-
uses: elementsinteractive/lgtm-ai@v1
25+
uses: elementsinteractive/lgtm-ai-action@v1
2626
with:
2727
ai-api-key: ${{ secrets.AI_API_KEY }}
2828
git-api-key: ${{ secrets.GITHUB_TOKEN }}
@@ -32,6 +32,8 @@ This action can be used to perform automatic code-reviews or write reviewer guid
3232
3333
### Full Workflow Example
3434
35+
This simple workflow will perform a review whenever someone comments `/lgtm review` in a pull request.
36+
3537
```yaml
3638
name: LGTM Review
3739
@@ -53,7 +55,7 @@ jobs:
5355
ref: refs/pull/${{ github.event.issue.number }}/merge
5456
5557
- name: Run LGTM Review
56-
uses: ./
58+
uses: elementsinteractive/lgtm-ai-action@v1
5759
with:
5860
ai-api-key: ${{ secrets.AI_API_TOKEN }}
5961
git-api-key: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)