From d9c78f148874b11683fa3f3a36f5eb736db998a9 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 3 Apr 2025 09:17:19 +0200 Subject: [PATCH] debug: true --- .github/workflows/dtchsyn.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dtchsyn.yml b/.github/workflows/dtchsyn.yml index 7a3443a..cb9baee 100644 --- a/.github/workflows/dtchsyn.yml +++ b/.github/workflows/dtchsyn.yml @@ -25,6 +25,7 @@ jobs: - name: SFTP upload uses: Dylan700/sftp-upload-action@latest with: + debug: true dry-run: false server: ${{secrets.SYNADDR}} username: ${{secrets.SYNUSR}}