Skip to content

Commit 186d027

Browse files
authored
Merge pull request #178 from skyArony/fix-#177
fix: added the missing declarations #177
2 parents 3b7118e + a1b383f commit 186d027

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

action.yml

+8
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,18 @@ inputs:
3939
description: "Script to run on host machine before rsync"
4040
required: false
4141
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: ""
4246
SCRIPT_AFTER:
4347
description: "Script to run on host machine after rsync"
4448
required: false
4549
default: ""
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+
required: false
53+
default: ""
4654
outputs:
4755
status:
4856
description: "Status"

0 commit comments

Comments
 (0)