Skip to content

Commit abddb8b

Browse files
authored
Merge pull request #127 from github/query-overriding
Allow queries to be specified in the workflow configuration, overriding those set in the config file
2 parents ab457be + e997bdf commit abddb8b

File tree

7 files changed

+439
-30
lines changed

7 files changed

+439
-30
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.

0 commit comments

Comments
 (0)