fix(ssh-copy): rsync
This commit is contained in:
@@ -38,5 +38,4 @@ runs:
|
||||
- name: rsync directory
|
||||
shell: bash
|
||||
run: |
|
||||
scp -r ${{ inputs.source }} ${{ inputs.user }}@${{ inputs.host }}:${{ inputs.target }}
|
||||
rsync -avz --delete ${{ inputs.source }} ${{ inputs.user }}@${{ inputs.host }}:${{ inputs.target }}
|
||||
|
||||
Reference in New Issue
Block a user