dryrun for debugging #209
1 changed files with 2 additions and 1 deletions
3
.github/workflows/dtchsyn.yml
vendored
3
.github/workflows/dtchsyn.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue