Skip to content

Commit

Permalink
docs: fix filePath in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thollander committed Nov 2, 2024
1 parent 24bffb9 commit 1941e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
### Comment a file content
Thanks to the `filePath` input, a file content can be commented.
You can either pass an absolute filePath or a relative one that will be by default retrieved from `GITHUB_WORKSPACE`.
(Note that if both a `message` and `filePath` 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
Expand Down

0 comments on commit 1941e6d

Please sign in to comment.