Skip to content

Commit f5fa0ff

Browse files
michaelsakijsf9k
andauthored
Remove unnecessary capitalizations and fix grammar
Co-authored-by: Shane Frasier <[email protected]>
1 parent 544e478 commit f5fa0ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ jobs:
129129
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
130130
# We are temporarily using @mcdonnnj's forked branch of terraform-docs
131131
# 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
135135
run: |
136136
git clone --single-branch \
137137
--branch $TERRAFORM_DOCS_REPO_BRANCH_NAME \
138138
--depth $TERRAFORM_DOCS_REPO_DEPTH \
139139
$TERRAFORM_DOCS_REPO_URL /tmp/terraform-docs
140-
- name: Build and Install Terraform-docs Binary
140+
- name: Build and install terraform-docs binary
141141
run: |
142142
cd /tmp/terraform-docs
143143
GOBIN=$(go env GOPATH)/bin

0 commit comments

Comments
 (0)