Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/config-utils.js

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

2 changes: 1 addition & 1 deletion lib/config-utils.js.map
2 changes: 1 addition & 1 deletion src/config-utils.ts
@@ -599,7 +599,7 @@ export async function initConfig(): Promise<Config> {
config = await loadConfig(configFile);
}

// If queries were provided as using `with` in the action configuration,
// If queries were provided using `with` in the action configuration,
// they should take precedence over the queries in the config file
const queryUses = core.getInput('queries');
if (queryUses) {

0 comments on commit d998a87

Please sign in to comment.