mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-22 04:22:10 +10:00
Add ssh script execution option
This commit is contained in:
parent
40f855a08b
commit
28bda61b75
4 changed files with 10 additions and 3 deletions
|
@ -31,6 +31,10 @@ inputs:
|
|||
description: "An array of folder to exclude"
|
||||
required: false
|
||||
default: ""
|
||||
SCRIPT:
|
||||
description: "Script to run on host machine"
|
||||
required: false
|
||||
default: "ls"
|
||||
outputs:
|
||||
status:
|
||||
description: "Status"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue