fix(ssh-copy): rsync
This commit is contained in:
@@ -38,5 +38,4 @@ runs:
|
|||||||
- name: rsync directory
|
- name: rsync directory
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
scp -r ${{ inputs.source }} ${{ inputs.user }}@${{ inputs.host }}:${{ inputs.target }}
|
|
||||||
rsync -avz --delete ${{ 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