Skip to content

Commit 538a482

Browse files
committed
Fix
1 parent 7ed74e3 commit 538a482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
--retry 5 \
7171
--retry-all-errors \
7272
--show-error \
73-
| tar -xz > ./terraform-docs
73+
| tar -xz terraform-docs > ./terraform-docs
7474
working-directory: ${{ matrix.terraform_module }}
7575
7676
- run: chmod +x ./terraform-docs

0 commit comments

Comments
 (0)