mirror of
https://github.com/deployphp/action.git
synced 2025-04-01 19:06:35 +00:00
feat: Support different php binary.
This commit is contained in:
parent
84770a210d
commit
b3a2552b9a
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ inputs:
|
|||
required: true
|
||||
description: The command.
|
||||
|
||||
php-binary:
|
||||
required: false
|
||||
default: ''
|
||||
description: Path to PHP binary.
|
||||
|
||||
sub-directory:
|
||||
required: false
|
||||
default: ''
|
||||
|
|
Loading…
Add table
Reference in a new issue