From 2ee44cee303c41d2582b3ac82131a6eec7c7e721 Mon Sep 17 00:00:00 2001 From: jjaegii Date: Sun, 4 Aug 2024 21:18:45 +0900 Subject: [PATCH] =?UTF-8?q?fix(code-review.yml):=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EB=A6=AC=EB=B7=B0=20=ED=8C=8C=EC=9D=B4=ED=94=84=EB=9D=BC?= =?UTF-8?q?=EC=9D=B8=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 3e753d0e..fd23cc03 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -20,7 +20,7 @@ jobs: run: | echo "REVIEW_API_URL=${{ secrets.REVIEW_API_URL }}" >> $GITHUB_ENV - - name: Debug REVIEW_API_URL + - name: Debug REVIEW_API_URL!! run: echo "REVIEW_API_URL=$REVIEW_API_URL" - name: API calling for CodeReview