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: |