mirror of
https://github.com/deployphp/action.git
synced 2025-06-30 05:04:15 +00:00
Sub-directories support (#58)
* Add support to subdirectories * Update sub-directory description * Import cd function * Improve version checkings * Improve version checking
This commit is contained in:
parent
e71b9feeeb
commit
b4aad0389b
3 changed files with 19 additions and 5 deletions
|
@ -8,6 +8,11 @@ inputs:
|
|||
required: true
|
||||
description: The command.
|
||||
|
||||
sub-directory:
|
||||
required: false
|
||||
default: ''
|
||||
description: Specifies a sub directory within the repository to deploy.
|
||||
|
||||
options:
|
||||
required: false
|
||||
default: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue