Skip to content

Commit a9ff6d0

Browse files
authored
Merge pull request #14 from monkeymq/master
Update ai_code_review.yml
2 parents b99ce5a + b49e7fb commit a9ff6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ai_code_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "GITHUB_PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_ENV
3535
echo "GITHUB_REPOSITORY=${{ github.repository }}" >> $GITHUB_ENV
3636
37-
- name: **Debug Env Vars Before Python Script** # <-- 新增的调试步骤
37+
- name: Debug Env Vars Before Python Script # <-- 新增的调试步骤
3838
run: |
3939
echo "Current GITHUB_BASE_REF: $GITHUB_BASE_REF"
4040
echo "Current GITHUB_HEAD_REF: $GITHUB_HEAD_REF"

0 commit comments

Comments
 (0)