diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 54818501..b63501dc 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -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