Skip to content

Commit

Permalink
Merge pull request #411 from thollander/docs/fix-filepath
Browse files Browse the repository at this point in the history
docs: fix filePath in readme
  • Loading branch information
thollander authored Nov 2, 2024
2 parents e703e74 + 460ec66 commit e4a76dd
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 e4a76dd

Please sign in to comment.