Update action.yml

This commit is contained in:
Igor Pečovnik
2023-04-01 14:47:06 +02:00
committed by GitHub
parent c7bfc2a292
commit 1d01067ac1

View File

@@ -76,12 +76,12 @@ runs:
fi
done)
- name: SFTP uploader
uses: wangyucode/sftp-upload-action@v1.4.8
with:
username: 'upload'
host: 'users.armbian.com'
privateKey: ${{ inputs.key }}
dryRun: false
localDir: 'json/'
remoteDir: 'json'
# - name: SFTP uploader
# uses: wangyucode/sftp-upload-action@v1.4.8
# with:
# username: 'upload'
# host: 'users.armbian.com'
# privateKey: ${{ inputs.key }}
# dryRun: false
# localDir: 'json/'
# remoteDir: 'json'