mirror of
https://github.com/deployphp/action.git
synced 2025-07-19 05:45:16 +00:00
Proposal to support a different php binary (#82)
* feat: Support different php binary. * feat: Support different php binary. --------- Co-authored-by: Nikolaj Stockholm <info@nikolajstockholm.dk>
This commit is contained in:
parent
6242095e72
commit
deec530661
3 changed files with 16 additions and 1 deletions
|
@ -7,6 +7,11 @@ inputs:
|
|||
dep:
|
||||
required: true
|
||||
description: The command.
|
||||
|
||||
php-binary:
|
||||
required: false
|
||||
default: ''
|
||||
description: Path to PHP binary.
|
||||
|
||||
sub-directory:
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue