From 8ca8ee03dda739b3a5cb07cfabb3e9820df9d4ef Mon Sep 17 00:00:00 2001 From: work Date: Thu, 9 Apr 2026 11:48:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=A1=B9=E7=9B=AEcd=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/cd.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 700a168..408854d 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -38,6 +38,10 @@ jobs: - windows-101.36.102.136 - windows-101.36.104.175 steps: + - name: Debug - Check variables + run: | + Write-Host "Repository URL: ${{ env.REPOSITORY_URL }}" + Write-Host "Destination: ${{ env.DESTINATION }}" - name: 更新或clone项目 shell: powershell run: |