From b9ac9e45d1b59eb7df20b4a6147d8cf8032a7ffa Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Mon, 30 Sep 2024 11:02:49 -0400 Subject: [PATCH] show diff in failed gen proto --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) 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