mirror of
				https://github.com/Burnett01/rsync-deployments.git
				synced 2025-11-04 09:29:04 +01:00 
			
		
		
		
	Merge pull request #58 from Burnett01/release/5.3
Backmerge unofficial release/5.3 into new upcoming rlease/7.0.0
This commit is contained in:
		
						commit
						580c98fc2e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -14,7 +14,7 @@ set -eu
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Variables.
 | 
					# Variables.
 | 
				
			||||||
SWITCHES="$INPUT_SWITCHES"
 | 
					SWITCHES="$INPUT_SWITCHES"
 | 
				
			||||||
RSH="ssh -o StrictHostKeyChecking=no -p $INPUT_REMOTE_PORT $INPUT_RSH"
 | 
					RSH="ssh -o StrictHostKeyChecking=no -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa -p $INPUT_REMOTE_PORT $INPUT_RSH"
 | 
				
			||||||
LOCAL_PATH="$GITHUB_WORKSPACE/$INPUT_PATH"
 | 
					LOCAL_PATH="$GITHUB_WORKSPACE/$INPUT_PATH"
 | 
				
			||||||
DSN="$INPUT_REMOTE_USER@$INPUT_REMOTE_HOST"
 | 
					DSN="$INPUT_REMOTE_USER@$INPUT_REMOTE_HOST"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue