From 51c15391aeb277736a8f2508094afec3b9c8ae07 Mon Sep 17 00:00:00 2001 From: DanielHabenicht Date: Thu, 15 Oct 2020 07:54:13 +0200 Subject: [PATCH] Update README.md Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e54260..843a23f 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,10 @@ jobs: ``` Some use cases might find the [find-comment](https://github.com/peter-evans/find-comment) action useful. -This will search an issue or pull request for the first comment containing a specified string, and/or by a specified author, e.g. allowing to update a previously created comment. +This will search an issue or pull request for the first comment containing a specified string, and/or by a specified author. See the repository for detailed usage. +In the following example, find-comment is used to determine a comment has already been created on a pull request. In this case, the comment will be updated instead of being created. ```yml - name: Find Comment uses: peter-evans/find-comment@v1