Update README.md

Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>
This commit is contained in:
DanielHabenicht 2020-10-15 09:27:20 +02:00 committed by GitHub
parent 51c15391ae
commit 56603d7af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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