We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27846d0 commit a38358eCopy full SHA for a38358e
.github/workflows/ci.yml
@@ -49,6 +49,12 @@ jobs:
49
50
terraform-docs:
51
runs-on: ubuntu-latest
52
+
53
+ strategy:
54
+ matrix:
55
+ project:
56
+ - asset-account/terraform/stack-set
57
58
steps:
59
- uses: actions/checkout@v4
60
@@ -60,11 +66,13 @@ jobs:
66
--retry-all-errors \
61
67
--show-error \
62
68
| tar -xz > ./terraform-docs
69
+ working-directory: ${{ matrix.project }}
63
70
64
71
- run: chmod +x ./terraform-docs
72
65
73
74
- run: ./terraform-docs markdown . > README.md
- working-directory: asset-account/terraform/stack-set
75
76
77
- run: >-
78
git diff --exit-code --color=always || ( echo "Terraform docs are
0 commit comments