mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 04:34:15 +00:00
Add ansi and verbosity input options (#42)
This commit is contained in:
parent
0bf91d3ad5
commit
56e7af68da
3 changed files with 21 additions and 1 deletions
|
@ -51,6 +51,14 @@
|
|||
# You can specify path to your local Deployer binary in the repo.
|
||||
# Optional.
|
||||
deployer-binary: "bin/dep"
|
||||
|
||||
# You can choose to disable ANSI output.
|
||||
# Optional. Defaults to true.
|
||||
ansi: false
|
||||
|
||||
# You can specify the output verbosity level.
|
||||
# Optional. Defaults to -v.
|
||||
verbosity: -vvv
|
||||
```
|
||||
|
||||
## Example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue