Skip to content

Commit 862e07c

Browse files
committed
docs: fix action id ref
1 parent 1e68f75 commit 862e07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A GitHub Action to execute [Poe the Poet](https://github.com/nat-n/poethepoet) c
2626

2727
```yaml
2828
- name: Run Poe Command
29-
uses: ajsteers/poe-command-processor@v1
29+
uses: aaronsteers/poe-command-processor@v1
3030
with:
3131
command: "lint"
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -39,7 +39,7 @@ This action is designed to work with slash commands in PR comments. If you omit
3939

4040
```yaml
4141
- name: Run Poe Command from Comment
42-
uses: ajsteers/poe-command-processor@v1
42+
uses: aaronsteers/poe-command-processor@v1
4343
with:
4444
comment-id: ${{ github.event.comment.id }}
4545
pr: ${{ github.event.issue.number }}

0 commit comments

Comments
 (0)