Skip to content

Commit

Permalink
fix(code-review.yml): 코드 리뷰 파이프라인 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaegii committed Aug 4, 2024
1 parent 0b53a4b commit 2ee44ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ee44ce

Please sign in to comment.