From 742c029393426b8ab131df81eee09ee87e93171b Mon Sep 17 00:00:00 2001 From: Ga Dong Sik Date: Fri, 17 Jan 2025 12:52:58 +0900 Subject: [PATCH] =?UTF-8?q?[COZY-485]=20fix:=20=EB=A6=AC=EB=B7=B0=20?= =?UTF-8?q?=EB=A6=AC=EB=A7=88=EC=9D=B8=EB=8D=94=20ENV=20=EA=B8=B8=EC=9D=B4?= =?UTF-8?q?=20=EC=B4=88=EA=B3=BC=20=EC=97=90=EB=9F=AC=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr_review_reminder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_review_reminder.yml b/.github/workflows/pr_review_reminder.yml index 15c0dddd..aa10f5f7 100644 --- a/.github/workflows/pr_review_reminder.yml +++ b/.github/workflows/pr_review_reminder.yml @@ -17,7 +17,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - PRS=$(gh pr list --state open --json number,title,createdAt,reviewRequests,reviews | jq -c '.') + PRS=$(gh pr list --state open --json number,title,createdAt,reviewRequests | jq -c '.') echo "$PRS" | jq . echo "PRS=$PRS" >> $GITHUB_ENV