Fix typo
This commit is contained in:
parent
f57bf21879
commit
d998a87469
3 changed files with 3 additions and 3 deletions
2
lib/config-utils.js
generated
2
lib/config-utils.js
generated
|
|
@ -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
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue