Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGood-numerated authored Oct 10, 2024
1 parent 7d75a96 commit dd5f5c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
### Comment a file content
Thanks to the `file-path'` input, a file content can be commented.
You can either pass an absolute file-path' or a relative one that will be by default retrieved from `GITHUB_WORKSPACE`.
(Note that if both a `message` and `file-path'` are provided, `message` will take precedence.)
Thanks to the `file-path` input, a file content can be commented.
You can either pass an absolute file-path or a relative one that will be by default retrieved from `GITHUB_WORKSPACE`.
(Note that if both a `message` and `file-path` are provided, `message` will take precedence.)

```yml
- name: PR comment with file
uses: thollander/actions-comment-pull-request@v3
with:
file-path': /path/to/file.txt
file-path: /path/to/file.txt
```


Expand Down

0 comments on commit dd5f5c6

Please sign in to comment.