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

0 comments on commit 3078e89

Please sign in to comment.