mbowman100 / swagger-validator-action

Validate swagger API documentation
8 stars 6 forks source link

Changes to action.yaml are breaking #9

Closed brlutz closed 3 years ago

brlutz commented 4 years ago

Hey,

Big fan of the action, however, the latest changes to the action.yaml are breaking as the file_list is now expected instead of the raw output, yielding errors like

` / validate-and-generate-clients

.github#L1 System.ArgumentException: Unexpected type 'StringToken' encountered while reading 'outputs'. The type 'MappingToken' was expected. at GitHub.DistributedTask.ObjectTemplating.Tokens.TemplateTokenExtensions.AssertMapping(TemplateToken value, String objectDescription) at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile) `

I'll update our code for the new version, but would ask for a version bump or something similar in the future!

Thanks!