diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index fdecb55..6303744 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -64,4 +64,6 @@ jobs: with: commit_message: Apply auto-build changes - - run: (git diff --quiet HEAD -- 2>/dev/null && echo "No uncommitted changes" || (echo "Error: Uncommitted changes found." && exit 1)) \ No newline at end of file + - run: | + (git diff --quiet HEAD -- 2>/dev/null && echo "No uncommitted changes" \ + || (echo "Error - Uncommitted changes found." && git --no-pager diff HEAD && exit 1)) \ No newline at end of file