File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,15 +129,15 @@ jobs:
129
129
run : go install ${PACKAGE_URL}@${PACKAGE_VERSION}
130
130
# We are temporarily using @mcdonnnj's forked branch of terraform-docs
131
131
# until his PR: https://github.com/terraform-docs/terraform-docs/pull/745
132
- # is approved. This temporary fix will allow for ATX Header Support when
133
- # terraform-docs is ran during lint .
134
- - name : Clone ATX Headers branch from Terraform -docs Fork
132
+ # is approved. This temporary fix will allow for ATX header support when
133
+ # terraform-docs is run during linting .
134
+ - name : Clone ATX headers branch from terraform -docs fork
135
135
run : |
136
136
git clone --single-branch \
137
137
--branch $TERRAFORM_DOCS_REPO_BRANCH_NAME \
138
138
--depth $TERRAFORM_DOCS_REPO_DEPTH \
139
139
$TERRAFORM_DOCS_REPO_URL /tmp/terraform-docs
140
- - name : Build and Install Terraform -docs Binary
140
+ - name : Build and install terraform -docs binary
141
141
run : |
142
142
cd /tmp/terraform-docs
143
143
GOBIN=$(go env GOPATH)/bin
You can’t perform that action at this time.
0 commit comments