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 98a82b9 commit 59c1e1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 59c1e1e

Please sign in to comment.