Add ansi and verbosity input options (#42)

This commit is contained in:
Andy Palmer 2022-08-17 14:46:44 +01:00 committed by GitHub
commit 56e7af68da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 1 deletions

View file

@ -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'