mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-21 15:58:28 +00:00
fix: remove unnecessary quotes around INPUT_SWITCHES in rsync command
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ LOCAL_PATH="$GITHUB_WORKSPACE/$INPUT_PATH"
|
|||||||
DSN="$INPUT_REMOTE_USER@$INPUT_REMOTE_HOST"
|
DSN="$INPUT_REMOTE_USER@$INPUT_REMOTE_HOST"
|
||||||
|
|
||||||
# Deploy.
|
# Deploy.
|
||||||
exec rsync "$INPUT_SWITCHES" -e "'$RSH'" "$LOCAL_PATH" "$DSN:$INPUT_REMOTE_PATH"
|
exec rsync $INPUT_SWITCHES -e "'$RSH'" "$LOCAL_PATH" "$DSN:$INPUT_REMOTE_PATH"
|
||||||
|
|
||||||
# Clean up.
|
# Clean up.
|
||||||
source agent-stop "$GITHUB_ACTION"
|
source agent-stop "$GITHUB_ACTION"
|
||||||
|
|||||||
Reference in New Issue
Block a user