mirror of
				https://github.com/easingthemes/ssh-deploy.git
				synced 2025-10-30 23:30:09 +08:00 
			
		
		
		
	fix: added the missing declarations #177
This commit is contained in:
		
							parent
							
								
									3b7118ee8b
								
							
						
					
					
						commit
						bb271fe4c6
					
				| @ -39,10 +39,18 @@ inputs: | |||||||
|     description: "Script to run on host machine before rsync" |     description: "Script to run on host machine before rsync" | ||||||
|     required: false |     required: false | ||||||
|     default: "" |     default: "" | ||||||
|  |   SCRIPT_BEFORE_REQUIRED: | ||||||
|  |     description: "If true, the action will fail if the before script fails" | ||||||
|  |     required: false | ||||||
|  |     default: "false" | ||||||
|   SCRIPT_AFTER: |   SCRIPT_AFTER: | ||||||
|     description: "Script to run on host machine after rsync" |     description: "Script to run on host machine after rsync" | ||||||
|     required: false |     required: false | ||||||
|     default: "" |     default: "" | ||||||
|  |   SCRIPT_AFTER_REQUIRED: | ||||||
|  |     description: "If true, the action will fail if the after script fails" | ||||||
|  |     required: false | ||||||
|  |     default: "false" | ||||||
| outputs: | outputs: | ||||||
|   status: |   status: | ||||||
|     description: "Status" |     description: "Status" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 skyArony
						skyArony