You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it looks like it is passing in the configuration file, but it's also specifying the default values of several other parameters.
I'm guessing one solution would be to not set the parameters unless GHA receives an explicit argument. This would have the effect of making terraform-docs' defaults this GHA's defaults.
Describe the bug
When using this action I would expect the configuration file for the project to be used.
Instead this action passes in values via the command line flags, which overwrite the configuration file values.
How can we reproduce it?
Create a configuration file, use the action, and watch it be ignored.
Environment information
Github Actions with the latest version of the action.
The text was updated successfully, but these errors were encountered: