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 3078e89 commit 4b60674
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
run: |
echo "REVIEW_API_URL=${{ secrets.REVIEW_API_URL }}" >> $GITHUB_ENV
- name: Print REVIEW_API_URL from GITHUB_ENV
run: |
echo "REVIEW_API_URL: $REVIEW_API_URL"
- name: API calling for CodeReview
id: api_call
run: |
Expand Down

0 comments on commit 4b60674

Please sign in to comment.