dry-run: true

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

View file

@ -25,7 +25,7 @@ jobs:
- name: SFTP upload
uses: Dylan700/sftp-upload-action@latest
with:
dry-run: true
dry-run: false
server: ${{secrets.SYNADDR}}
username: ${{secrets.SYNUSR}}
password: ${{secrets.SYNPASS}}