Skip to content

Commit

Permalink
Turns out that recursive causes problems when there's nothing to recurse
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkharris committed Oct 23, 2024
1 parent ddce853 commit aa454e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: terraform-docs/[email protected]
with:
working-dir: .
recursive: true
recursive-path: modules
# recursive: true
# recursive-path: modules
output-file: README.md
output-method: inject
template: |-
Expand Down

0 comments on commit aa454e5

Please sign in to comment.