Skip to content

Commit

Permalink
Merge pull request #127 from github/query-overriding
Browse files Browse the repository at this point in the history
Allow queries to be specified in the workflow configuration, overriding those set in the config file
  • Loading branch information
Sam Partington authored and GitHub committed Aug 25, 2020
2 parents ab457be + e997bdf commit abddb8b
Show file tree
Hide file tree
Showing 7 changed files with 439 additions and 30 deletions.
3 changes: 3 additions & 0 deletions init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ inputs:
config-file:
description: Path of the config file to use
required: false
queries:
description: Comma-separated list of additional queries to run. By default, this overrides the same setting in a configuration file
required: false
runs:
using: 'node12'
main: '../lib/init-action.js'
45 changes: 35 additions & 10 deletions lib/config-utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit abddb8b

Please sign in to comment.