Add new input to the init action configuration
This commit is contained in:
parent
2da457060b
commit
f03827d513
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ inputs:
|
||||||
config-file:
|
config-file:
|
||||||
description: Path of the config file to use
|
description: Path of the config file to use
|
||||||
required: false
|
required: false
|
||||||
|
queries:
|
||||||
|
description: comma-separated list of queries to run; overrides default queries and any set in a configuration file
|
||||||
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: '../lib/setup-tracer.js'
|
main: '../lib/setup-tracer.js'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue