We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b7118e + a1b383f commit 186d027Copy full SHA for 186d027
action.yml
@@ -39,10 +39,18 @@ inputs:
39
description: "Script to run on host machine before rsync"
40
required: false
41
default: ""
42
+ SCRIPT_BEFORE_REQUIRED:
43
+ description: "If not an empty string, the action will fail if the before script fails. Note: The string 'false' will be treated as true"
44
+ required: false
45
+ default: ""
46
SCRIPT_AFTER:
47
description: "Script to run on host machine after rsync"
48
49
50
+ SCRIPT_AFTER_REQUIRED:
51
+ description: "If not an empty string, the action will fail if the after script fails. Note: The string 'false' will be treated as true"
52
53
54
outputs:
55
status:
56
description: "Status"
0 commit comments