We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c260d commit 8bce581Copy full SHA for 8bce581
.github/workflows/docs.yml
@@ -12,15 +12,15 @@ jobs:
12
ref: ${{ github.event.pull_request.head.ref }}
13
14
- name: Render terraform docs inside the examples/basic/README.md
15
- uses: terraform-docs/gh-actions@v1.1.0
+ uses: terraform-docs/gh-actions@v1.2.0
16
with:
17
working-dir: ./examples/basic/
18
git-push: "false"
19
output-file: README.md
20
config-file: ./examples/basic/.terraform-docs.yml
21
22
- name: Render terraform docs inside the README.md
23
24
25
working-dir: .
26
git-push: "true"
0 commit comments