Skip to content

Commit

Permalink
Merge pull request #155 from RemiBardon/patch-1
Browse files Browse the repository at this point in the history
Fix `swagger-config-file` argument parsing
  • Loading branch information
Legion2 authored Mar 8, 2021
2 parents 2a197da + 05e71d3 commit 54a4722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swagger-ui-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function validateConfig(): Config {
const specFile = core.getInput('spec-file');
const specUrl = core.getInput('spec-url');
const swaggerConfigFile = core.getInput('swagger-config-file');
const swaggerConfigUrl = core.getInput('swagger-config-file');
const swaggerConfigUrl = core.getInput('swagger-config-url');
const configMode = validateSwaggerUIConfig(
specFile,
specUrl,
Expand Down

0 comments on commit 54a4722

Please # to comment.