mirror of
				https://github.com/easingthemes/ssh-deploy.git
				synced 2025-10-30 23:30:09 +08:00 
			
		
		
		
	fix: Fix default values used incorrectly.
This commit is contained in:
		
							parent
							
								
									bb271fe4c6
								
							
						
					
					
						commit
						a1b383f560
					
				| @ -40,17 +40,17 @@ inputs: | ||||
|     required: false | ||||
|     default: "" | ||||
|   SCRIPT_BEFORE_REQUIRED: | ||||
|     description: "If true, the action will fail if the before script fails" | ||||
|     description: "If not an empty string, the action will fail if the before script fails. Note: The string 'false' will be treated as true" | ||||
|     required: false | ||||
|     default: "false" | ||||
|     default: "" | ||||
|   SCRIPT_AFTER: | ||||
|     description: "Script to run on host machine after rsync" | ||||
|     required: false | ||||
|     default: "" | ||||
|   SCRIPT_AFTER_REQUIRED: | ||||
|     description: "If true, the action will fail if the after script fails" | ||||
|     description: "If not an empty string, the action will fail if the after script fails. Note: The string 'false' will be treated as true" | ||||
|     required: false | ||||
|     default: "false" | ||||
|     default: "" | ||||
| outputs: | ||||
|   status: | ||||
|     description: "Status" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 skyArony
						skyArony