Skip to content

Commit c907cfc

Browse files
michaelsakidav3r
andauthored
Alphabetize switches
Co-authored-by: dav3r <[email protected]>
1 parent d114fb4 commit c907cfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,10 @@ jobs:
134134
# terraform-docs is run during linting.
135135
- name: Clone ATX headers branch from terraform-docs fork
136136
run: |
137-
git clone --single-branch \
137+
git clone \
138138
--branch $TERRAFORM_DOCS_REPO_BRANCH_NAME \
139139
--depth $TERRAFORM_DOCS_REPO_DEPTH \
140+
--single-branch \
140141
$TERRAFORM_DOCS_REPO_URL /tmp/terraform-docs
141142
- name: Build and install terraform-docs binary
142143
run: |

0 commit comments

Comments
 (0)