We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e68f75 commit 862e07cCopy full SHA for 862e07c
README.md
@@ -26,7 +26,7 @@ A GitHub Action to execute [Poe the Poet](https://github.com/nat-n/poethepoet) c
26
27
```yaml
28
- name: Run Poe Command
29
- uses: ajsteers/poe-command-processor@v1
+ uses: aaronsteers/poe-command-processor@v1
30
with:
31
command: "lint"
32
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -39,7 +39,7 @@ This action is designed to work with slash commands in PR comments. If you omit
39
40
41
- name: Run Poe Command from Comment
42
43
44
comment-id: ${{ github.event.comment.id }}
45
pr: ${{ github.event.issue.number }}
0 commit comments