Skip to content

Commit 06301cc

Browse files
authored
remove custom exclude
1 parent 8bbc5a9 commit 06301cc

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

actions/rsync-deploy/action.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ inputs:
1414
remote-username:
1515
required: true
1616
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
17+
2318
runs:
2419
using: "composite"
2520
steps:
@@ -30,7 +25,5 @@ runs:
3025
${{ inputs.local-path }} \
3126
${{ inputs.remote-username }} \
3227
${{ inputs.remote-server }} \
33-
"${{ inputs.remote-path }}"
34-
"${{ inputs.custom-exclude }}" \
35-
${{ inputs.verbose }}
28+
"${{ inputs.remote-path }}"
3629

0 commit comments

Comments
 (0)