We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a7d40 commit b859ae4Copy full SHA for b859ae4
.github/workflows/update-docs.yml
@@ -23,7 +23,7 @@ jobs:
23
# use an app to ensure CI is triggered
24
- name: Generate TF docs
25
if: github.repository_owner == 'philips-labs'
26
- uses: terraform-docs/gh-actions@cca78c27ac9e2b6545debf2ecae9df930fd3461c # v1.2.2
+ uses: terraform-docs/gh-actions@aeae0038ed47a547e0c0fca5c059d3335f48fb25 # v1.3.0
27
with:
28
find-dir: .
29
git-commit-message: "docs: auto update terraform docs"
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Generate TF docs (forks)
35
if: github.repository_owner != 'philips-labs'
36
37
38
39
0 commit comments