From 460ec6691867c7c3c39ce2a2c757b11d7a3f10a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=A9rence=20Hollander?= Date: Sat, 2 Nov 2024 07:30:45 +0100 Subject: [PATCH] docs: fix filePath in readme Co-authored-by: TylerGood-numerated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d6649b..68d7629 100644 --- a/README.md +++ b/README.md @@ -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