We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed74e3 commit 538a482Copy full SHA for 538a482
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
--retry 5 \
71
--retry-all-errors \
72
--show-error \
73
- | tar -xz > ./terraform-docs
+ | tar -xz terraform-docs > ./terraform-docs
74
working-directory: ${{ matrix.terraform_module }}
75
76
- run: chmod +x ./terraform-docs
0 commit comments