diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e7d0fe3f1..4888f91de 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -156,6 +156,7 @@ jobs: run: | if [[ `git status --porcelain` ]]; then echo "There are changes that need to be generated and commit for the proto files" + git --no-pager diff exit 1 fi shell: bash