Releases: blackandcode/action-sshpass-rsync
Releases · blackandcode/action-sshpass-rsync
v3.0.1
Uses printf to properly handle and output the password, even with special characters
Pipes the output to the sshpass command with -p "$(cat)" which reads the piped content
Avoids shell interpretation of special characters by properly quoting the command
Doesn't require temporary files or environment variables
v3.0.0
Added new INPUT option that will allow user do define Base rsync options. Increased logging messages so it is easier for end user to debug action. Removed --progress --stats as mandatory options if extra input is used