We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792737b commit f8585f2Copy full SHA for f8585f2
.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 == 'github-aws-runners'
26
- uses: terraform-docs/gh-actions@aeae0038ed47a547e0c0fca5c059d3335f48fb25 # v1.3.0
+ uses: terraform-docs/gh-actions@6de6da0cefcc6b4b7a5cbea4d79d97060733093c # v1.4.1
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 != 'github-aws-runners'
36
37
38
39
0 commit comments