mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 20:54:14 +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
10
action.yaml
10
action.yaml
|
@ -32,6 +32,16 @@ inputs:
|
|||
default: ''
|
||||
description: Path to local Deployer binary.
|
||||
|
||||
ansi:
|
||||
required: false
|
||||
default: 'true'
|
||||
description: Whether to enable ANSI output.
|
||||
|
||||
verbosity:
|
||||
required: false
|
||||
default: '-v'
|
||||
description: Verbosity level Can be -v, -vv or -vvv.
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue