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
|
@ -7,6 +7,11 @@ inputs:
|
||||||
dep:
|
dep:
|
||||||
required: true
|
required: true
|
||||||
description: The command.
|
description: The command.
|
||||||
|
|
||||||
|
php-binary:
|
||||||
|
required: false
|
||||||
|
default: ''
|
||||||
|
description: Path to PHP binary.
|
||||||
|
|
||||||
sub-directory:
|
sub-directory:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue