|
33 | 33 | PIP_CACHE_DIR: ~/.cache/pip |
34 | 34 | PRE_COMMIT_CACHE_DIR: ~/.cache/pre-commit |
35 | 35 | RUN_TMATE: ${{ secrets.RUN_TMATE }} |
36 | | - TERRAFORM_DOCS_REPO_BRANCH_NAME: improvement/support_atx_closed_markdown_headers |
| 36 | + TERRAFORM_DOCS_REPO_BRANCH_NAME: cisagov |
37 | 37 | TERRAFORM_DOCS_REPO_DEPTH: 1 |
38 | 38 | TERRAFORM_DOCS_REPO_URL: https://github.com/mcdonnnj/terraform-docs.git |
39 | 39 |
|
@@ -181,10 +181,13 @@ jobs: |
181 | 181 | PACKAGE_VERSION: ${{ steps.setup-env.outputs.staticcheck-version }} |
182 | 182 | run: go install ${PACKAGE_URL}@${PACKAGE_VERSION} |
183 | 183 | # TODO: https://github.com/cisagov/skeleton-generic/issues/165 |
184 | | - # We are temporarily using @mcdonnnj's forked branch of terraform-docs |
185 | | - # until his PR: https://github.com/terraform-docs/terraform-docs/pull/745 |
186 | | - # is approved. This temporary fix will allow for ATX header support when |
187 | | - # terraform-docs is run during linting. |
| 184 | + # We are temporarily using a branch of @mcdonnnj's fork of terraform-docs that |
| 185 | + # groups changes from his PRs until they are approved and merged: |
| 186 | + # https://github.com/terraform-docs/terraform-docs/pull/745 |
| 187 | + # https://github.com/terraform-docs/terraform-docs/pull/901 |
| 188 | + # This temporary fix will allow for ATX header support when terraform-docs is run |
| 189 | + # during linting and output delimiter rows with cell spacing that passes |
| 190 | + # Markdownlint's MD060/table-column-style rule. |
188 | 191 | - name: Clone ATX headers branch from terraform-docs fork |
189 | 192 | run: | |
190 | 193 | git clone \ |
|
0 commit comments