Skip to content

Commit

Permalink
Merge pull request #178 from skyArony/fix-#177
Browse files Browse the repository at this point in the history
fix: added the missing declarations #177
  • Loading branch information
easingthemes authored Feb 18, 2024
2 parents 3b7118e + a1b383f commit 186d027
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 186d027

Please sign in to comment.