Skip to content

Commit 2df51e0

Browse files
Merge branch 'main' into tracer-config
2 parents 8efabe9 + abddb8b commit 2df51e0

13 files changed

+461
-40
lines changed

init/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ inputs:
1616
config-file:
1717
description: Path of the config file to use
1818
required: false
19+
queries:
20+
description: Comma-separated list of additional queries to run. By default, this overrides the same setting in a configuration file
21+
required: false
1922
runs:
2023
using: 'node12'
2124
main: '../lib/init-action.js'

lib/config-utils.js

Lines changed: 35 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/config-utils.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/config-utils.test.js

Lines changed: 160 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)