gh-actions
gh-actions copied to clipboard
Selectable input and output directories.
I want to be able to run terraform-docs in github actions, but due to several project restaints, I need to be able to select the directory I'm scanning for terraform code as ".iac" in the root of the git repository recursively and output to /docs/terraform.md.
I can't find a way of getting this working. Any suggestions?