adding dist

This commit is contained in:
Federico Builes
2022-09-21 17:03:01 +02:00
parent 4d3b8e5269
commit ff7c97a976
2 changed files with 5 additions and 1 deletions

4
dist/index.js generated vendored
View File

@@ -14953,7 +14953,11 @@ function readConfig() {
const externalConfig = getOptionalInput('config-file');
if (externalConfig !== undefined) {
const config = readConfigFile(externalConfig);
// the reasoning behind reading the inline config when an external
// config file is provided is that we still want to allow users to
// pass inline options in the presence of an external config file.
const inlineConfig = readInlineConfig();
// the external config takes precedence
return Object.assign({}, inlineConfig, config);
}
else {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long