From e21423b3d8128199ad6a2413631828042989b700 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Wed, 5 Apr 2023 16:15:43 +0100 Subject: [PATCH] fix: find-comment version (#164) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56149bb..43d006b 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ If the find-comment action output `comment-id` returns an empty string, a new co If it returns a value, the comment already exists and the content is replaced. ```yml - name: Find Comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v2 id: fc with: issue-number: ${{ github.event.pull_request.number }} @@ -134,7 +134,7 @@ If it returns a value, the comment already exists and the content is replaced. If required, the create and update steps can be separated for greater control. ```yml - name: Find Comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v2 id: fc with: issue-number: ${{ github.event.pull_request.number }}