From a797d011c79664480703c131a99b91ded0821f10 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 2 Aug 2020 07:43:20 +0200 Subject: [PATCH] README: fix get comment body example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac5de7f..1f72a21 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ The content must be [escaped to preserve newlines](https://github.community/t/se uses: peter-evans/create-or-update-comment@v1 with: issue-number: 1 - body: ${{ steps.get-issue-body.outputs.body }} + body: ${{ steps.get-comment-body.outputs.body }} ``` ### Accessing issues and comments in other repositories