We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7118e commit bb271feCopy full SHA for bb271fe
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 true, the action will fail if the before script fails"
44
+ required: false
45
+ default: "false"
46
SCRIPT_AFTER:
47
description: "Script to run on host machine after rsync"
48
49
50
+ SCRIPT_AFTER_REQUIRED:
51
+ description: "If true, the action will fail if the after script fails"
52
53
54
outputs:
55
status:
56
description: "Status"
0 commit comments