Skip to content

Commit

Permalink
Fix pr_number -> pr-number
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam authored Oct 23, 2024
1 parent cb13519 commit ab56d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ It takes only valid reactions and adds it to the comment you've just created. (S

### Specifying which pull request to comment on

You can explicitly input which pull request should be commented on by passing the `pr_number` input.
You can explicitly input which pull request should be commented on by passing the `pr-number` input.
That is particularly useful for manual workflow for instance (`workflow_run`).

```yml
Expand All @@ -67,7 +67,7 @@ That is particularly useful for manual workflow for instance (`workflow_run`).
with:
message: |
Hello world ! :wave:
pr_number: 123 # This will comment on pull request #123
pr-number: 123 # This will comment on pull request #123
```


Expand Down

0 comments on commit ab56d28

Please sign in to comment.