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
Specifying a value for output-format or even not specifying it and using the default markdown table overrides the formatter specified in the config file.
How can we reproduce it?
Create a config file with a formatter other than markdown table. Then run the following Action:
- name: Render terraform docs inside the README.md and push changes back to PR branchuses: terraform-docs/gh-actions@mainwith:
working-dir: ./terraformconfig-file: ".terraform-docs.yml"git-push: "true"
The output will default to markdown table regardless of what is specified in the config file
Environment information
Github Actions with Ubuntu-Latest image
The text was updated successfully, but these errors were encountered:
Describe the bug
Specifying a value for
output-format
or even not specifying it and using the defaultmarkdown table
overrides theformatter
specified in the config file.How can we reproduce it?
Create a config file with a formatter other than
markdown table
. Then run the following Action:The output will default to
markdown table
regardless of what is specified in the config fileEnvironment information
Github Actions with Ubuntu-Latest image
The text was updated successfully, but these errors were encountered: