We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e8e6b commit 003e7daCopy full SHA for 003e7da
.github/workflows/helm-docs.yaml
@@ -24,12 +24,5 @@ jobs:
24
output-file: "README.md"
25
template-files: "README.md.gotmpl"
26
git-push: false
27
- fail-on-diff: false
+ fail-on-diff: true
28
29
- # Show the output of the README.md file after it's generated
30
- - name: Show README.md content
31
- run: cat charts/magistrala/README.md
32
-
33
- # Show the diff between the current README and the generated one (if fail-on-diff: true fails)
34
- - name: Show README diff
35
- run: git diff charts/magistrala/README.md
0 commit comments