Skip to content

Commit 0e6ae3d

Browse files
committed
docs: replace incorrect uses
1 parent c59506b commit 0e6ae3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@v1
5759
with:
5860
ai-api-key: ${{ secrets.AI_API_TOKEN }}
5961
git-api-key: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)