From cad285e8af35edb6d479dc65466b9c5363ef2c93 Mon Sep 17 00:00:00 2001 From: shaw Date: Thu, 16 Oct 2025 20:27:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dcodex-pr-review.yml?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codex-pr-review.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codex-pr-review.yml b/.github/workflows/codex-pr-review.yml index 200bf6f5..63260209 100644 --- a/.github/workflows/codex-pr-review.yml +++ b/.github/workflows/codex-pr-review.yml @@ -26,7 +26,6 @@ jobs: +refs/pull/${{ github.event.pull_request.number }}/head - name: 校验CRS密钥 - if: ${{ secrets.CRS_API_KEY == '' || secrets.CRS_API_BASE_URL == '' }} env: CRS_API_KEY: ${{ secrets.CRS_API_KEY }} CRS_API_BASE_URL: ${{ secrets.CRS_API_BASE_URL }}