We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bffb9 commit 460ec66Copy full SHA for 460ec66
1 file changed
README.md
@@ -29,9 +29,9 @@ jobs:
29
30
### Comment a file content
31
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.)
+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.)
35
36
```yml
37
- name: PR comment with file
0 commit comments