Skip to content

Commit

Permalink
fix: added the missing declarations easingthemes#177
Browse files Browse the repository at this point in the history
  • Loading branch information
skyArony committed Feb 2, 2024
1 parent 3b7118e commit bb271fe
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 true, the action will fail if the before script fails"
required: false
default: "false"
SCRIPT_AFTER:
description: "Script to run on host machine after rsync"
required: false
default: ""
SCRIPT_AFTER_REQUIRED:
description: "If true, the action will fail if the after script fails"
required: false
default: "false"
outputs:
status:
description: "Status"
Expand Down

0 comments on commit bb271fe

Please sign in to comment.