Skip to content

Commit 8732afb

Browse files
committed
helm: show diff on lint failure
1 parent 28730e0 commit 8732afb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/helm-charts-lint.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@ jobs:
2121
uses: gabe565/[email protected]
2222
- name: Generate documentation
2323
uses: losisin/[email protected]
24+
id: generate
2425
with:
2526
chart-search-root: "helm-charts/"
2627
# ensures that no value changes are committed without updating the
2728
# documentation.
2829
fail-on-diff: true
30+
- name: Show diff
31+
if: ${{ failure() && steps.generate.conclusion == "failure" }}
32+
run:
33+
git diff

0 commit comments

Comments
 (0)