dryrun for debugging

This commit is contained in:
Lanta 2025-04-03 09:13:41 +02:00
parent 13e73a8fe9
commit 554861f00f

View file

@ -25,6 +25,7 @@ jobs:
- name: SFTP upload - name: SFTP upload
uses: Dylan700/sftp-upload-action@latest uses: Dylan700/sftp-upload-action@latest
with: with:
dry-run: true
server: ${{secrets.SYNADDR}} server: ${{secrets.SYNADDR}}
username: ${{secrets.SYNUSR}} username: ${{secrets.SYNUSR}}
password: ${{secrets.SYNPASS}} password: ${{secrets.SYNPASS}}
@ -32,6 +33,6 @@ jobs:
uploads: | uploads: |
./ => ${{ env.DESTINATION }} ./ => ${{ env.DESTINATION }}
ignore: | ignore: |
*.git .git
config.php config.php
data/**/*.json data/**/*.json