mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 19:00:44 -04:00
Merge pull request #178 from skyArony/fix-#177
fix: added the missing declarations #177
This commit is contained in:
commit
186d0277e9
1 changed files with 8 additions and 0 deletions
|
@ -39,10 +39,18 @@ inputs:
|
|||
description: "Script to run on host machine before rsync"
|
||||
required: false
|
||||
default: ""
|
||||
SCRIPT_BEFORE_REQUIRED:
|
||||
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: ""
|
||||
SCRIPT_AFTER:
|
||||
description: "Script to run on host machine after rsync"
|
||||
required: false
|
||||
default: ""
|
||||
SCRIPT_AFTER_REQUIRED:
|
||||
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: ""
|
||||
outputs:
|
||||
status:
|
||||
description: "Status"
|
||||
|
|
Loading…
Add table
Reference in a new issue