From 59c1e1eb61e086ee33cc30b0d28627a80e312fe7 Mon Sep 17 00:00:00 2001 From: jjaegii Date: Sun, 4 Aug 2024 20:27:57 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 7e870deb..9e0aa37a 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -20,6 +20,10 @@ jobs: run: | echo "REVIEW_API_URL=${{ secrets.REVIEW_API_URL }}" >> $GITHUB_ENV + - name: Print REVIEW_API_URL + run: | + echo "REVIEW_API_URL: ${{ secrets.REVIEW_API_URL }}" + - name: API calling for CodeReview id: api_call run: |