From 1886b7dc765161eb0e4cd813ff3ebf070143b942 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Wed, 20 Jan 2021 22:30:09 +0200 Subject: [PATCH] Update uncivbot.yml --- .github/workflows/uncivbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index e05ad862e3..1b239afd87 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -14,5 +14,5 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: ${{ github.event.comment.body }} + body: "${{ github.event.comment.body }}" })