mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 12:44:14 +00:00
Update action to use zx
This commit is contained in:
parent
d12c16f961
commit
ba36add8b1
115 changed files with 1612 additions and 7143 deletions
11
action.yaml
11
action.yaml
|
@ -8,10 +8,10 @@ inputs:
|
|||
required: true
|
||||
description: The command.
|
||||
|
||||
self-hosted:
|
||||
options:
|
||||
required: false
|
||||
default: 'false'
|
||||
description: Whether the action is running on a self-hosted runner.
|
||||
default: ''
|
||||
description: List of options for the Deployer.
|
||||
|
||||
private-key:
|
||||
required: false
|
||||
|
@ -28,6 +28,11 @@ inputs:
|
|||
default: ''
|
||||
description: The SSH configuration
|
||||
|
||||
skip-ssh-setup:
|
||||
required: false
|
||||
default: 'false'
|
||||
description: Whether the SSH setup should be skipped.
|
||||
|
||||
deployer-version:
|
||||
required: false
|
||||
default: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue