Update action to use zx

This commit is contained in:
Anton Medvedev 2023-01-10 15:46:25 +01:00
commit ba36add8b1
115 changed files with 1612 additions and 7143 deletions

View file

@ -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: ''