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 cb633cd commit d294249Copy full SHA for d294249
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
persist-credentials: true
30
31
- - name: Check tofu actions are up to date
+ - name: Check action documentation is up-to-date
32
run: |
33
PYTHONPATH=docs-gen python3 docs-gen/generate.py
34
git diff --exit-code
.github/workflows/test.yaml
@@ -75,7 +75,7 @@ jobs:
75
76
persist-credentials: false
77
78
+ - name: Check documentation is up-to-date
79
80
81
0 commit comments