From 56603d7af0f8c1f411e1825997c3f56088304a66 Mon Sep 17 00:00:00 2001 From: DanielHabenicht Date: Thu, 15 Oct 2020 09:27:20 +0200 Subject: [PATCH] Update README.md Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 843a23f..3830589 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ In the following example, find-comment is used to determine a comment has alread id: fc with: issue-number: ${{ github.event.pull_request.number }} #e.g. 1 - # comment-author: peter-evans (does not work with "github-actions" author) + comment-author: 'github-actions[bot]' body-includes: This comment was written by a bot! - name: Create comment