From 1d83f343c090ee8dec81f9a3f448d453bf16dacd Mon Sep 17 00:00:00 2001 From: Bikrant Jajware <34072248+bikrantjajware@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:09:28 +0530 Subject: [PATCH] Update check-issue.yml --- .github/workflows/check-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-issue.yml b/.github/workflows/check-issue.yml index 0c9e6233..73df4fa7 100644 --- a/.github/workflows/check-issue.yml +++ b/.github/workflows/check-issue.yml @@ -31,7 +31,7 @@ jobs: - name: Update issue if author has issues if: steps.check-assignee.outputs.has_issues == 'true' run: | - OLD_BODY=${{ github.event.issue.body }} + OLD_BODY="${{ github.event.issue.body }}" ISSUE_AUTHOR=${{ github.event.issue.user.login }} ISSUE_NUMBER=${{ github.event.issue.number }} ISSUE_URL="https://github.com/$GITHUB_REPOSITORY/issues/$ISSUE_NUMBER"