We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b99ce5a + b49e7fb commit a9ff6d0Copy full SHA for a9ff6d0
.github/workflows/ai_code_review.yml
@@ -34,7 +34,7 @@ jobs:
34
echo "GITHUB_PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_ENV
35
echo "GITHUB_REPOSITORY=${{ github.repository }}" >> $GITHUB_ENV
36
37
- - name: **Debug Env Vars Before Python Script** # <-- 新增的调试步骤
+ - name: Debug Env Vars Before Python Script # <-- 新增的调试步骤
38
run: |
39
echo "Current GITHUB_BASE_REF: $GITHUB_BASE_REF"
40
echo "Current GITHUB_HEAD_REF: $GITHUB_HEAD_REF"
0 commit comments