We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbc5a9 commit 06301ccCopy full SHA for 06301cc
1 file changed
actions/rsync-deploy/action.yml
@@ -14,12 +14,7 @@ inputs:
14
remote-username:
15
required: true
16
description: Defines username to connect to remote server
17
- custom-exclude:
18
- required: false
19
- description: Custom Rsync exclude rules (with single commas)
20
- verbose:
21
- default: false
22
- description: Enable RSync verbose mode
+
23
runs:
24
using: "composite"
25
steps:
@@ -30,7 +25,5 @@ runs:
30
${{ inputs.local-path }} \
31
26
${{ inputs.remote-username }} \
32
27
${{ inputs.remote-server }} \
33
- "${{ inputs.remote-path }}"
34
- "${{ inputs.custom-exclude }}" \
35
- ${{ inputs.verbose }}
28
+ "${{ inputs.remote-path }}"
36
29
0 commit comments