mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 11:00:42 -04:00
action.yml: Add mising declaration for the ARGS parameter
This commit is contained in:
parent
66b3ffb0f7
commit
5c4b90e3f8
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ inputs:
|
|||
description: "Target directory"
|
||||
required: false
|
||||
default: "/home/REMOTE_USER/"
|
||||
ARGS:
|
||||
description: "Arguments to pass to rsync"
|
||||
required: false
|
||||
default: "-rltgoDzvO"
|
||||
outputs:
|
||||
status:
|
||||
description: "Status"
|
||||
|
|
Loading…
Add table
Reference in a new issue