Skip to content

Commit e4a76dd

Browse files
authored
Merge pull request #411 from thollander/docs/fix-filepath
docs: fix filePath in readme
2 parents e703e74 + 460ec66 commit e4a76dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
3030
### Comment a file content
3131
32-
Thanks to the `filePath` input, a file content can be commented.
33-
You can either pass an absolute filePath or a relative one that will be by default retrieved from `GITHUB_WORKSPACE`.
34-
(Note that if both a `message` and `filePath` are provided, `message` will take precedence.)
32+
Thanks to the `file-path` input, a file content can be commented.
33+
You can either pass an absolute file-path or a relative one that will be by default retrieved from `GITHUB_WORKSPACE`.
34+
(Note that if both a `message` and `file-path` are provided, `message` will take precedence.)
3535

3636
```yml
3737
- name: PR comment with file

0 commit comments

Comments
 (0)