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

2
lib/config-utils.js generated
View file

@ -460,7 +460,7 @@ async function initConfig() {
else {
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) {

File diff suppressed because one or more lines are too long

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