mirror of
https://github.com/armbian/actions.git
synced 2026-01-06 10:36:19 -08:00
Update action.yml
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user