We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2256f01 commit 142a2bfCopy full SHA for 142a2bf
.github/workflows/documentation.yaml
@@ -16,7 +16,7 @@ jobs:
16
ref: ${{ github.event.pull_request.head.ref }}
17
18
- name: Render terraform docs and push changes back to PR
19
- uses: terraform-docs/gh-actions@v1.3.0
+ uses: terraform-docs/gh-actions@v1.4.1
20
with:
21
git-push: "true"
22
git-commit-message: "docs: updated terraform docs"
.github/workflows/terraform.yaml
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
23
24
- name: Check terraform docs
25
26
27
fail-on-diff: true
28
0 commit comments