mirror of
https://github.com/deployphp/action.git
synced 2025-07-19 05:45:16 +00:00
feat: add support for specifying a recipe file path (#67)
This commit is contained in:
parent
58c8341484
commit
26fe6d39eb
2 changed files with 11 additions and 1 deletions
|
@ -48,6 +48,11 @@ inputs:
|
|||
default: ''
|
||||
description: Path to local Deployer binary.
|
||||
|
||||
recipe:
|
||||
required: false
|
||||
default: ''
|
||||
description: Recipe file path.
|
||||
|
||||
ansi:
|
||||
required: false
|
||||
default: 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue