Skip to content

Commit

Permalink
Make failure message of helm-lint more informative
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Nov 19, 2024
1 parent 2e39260 commit 54572b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
CHANGES=$(git diff --stat charts)
if [ -n "${CHANGES}" ]; then
printf "README is not up to date with helm-docs. Following mismatches are detected:\n$CHANGES\n"
printf "README is not up to date with helm-docs. Following mismatches are detected:\n$(git diff charts)\n"
exit 1
fi
Expand Down

0 comments on commit 54572b9

Please sign in to comment.