From 554861f00f8ea0e40fbf4d5edd3639f961ad97dd Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 3 Apr 2025 09:13:41 +0200 Subject: [PATCH] dryrun for debugging --- .github/workflows/dtchsyn.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dtchsyn.yml b/.github/workflows/dtchsyn.yml index f7c6548..d3daa0e 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: + dry-run: true server: ${{secrets.SYNADDR}} username: ${{secrets.SYNUSR}} password: ${{secrets.SYNPASS}} @@ -32,6 +33,6 @@ jobs: uploads: | ./ => ${{ env.DESTINATION }} ignore: | - *.git + .git config.php data/**/*.json \ No newline at end of file