This commit is contained in:
Sam Partington 2020-07-31 11:13:06 +01:00
parent f57bf21879
commit d998a87469
3 changed files with 3 additions and 3 deletions

View file

@ -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) {