From: Andrew Clayton Date: Wed, 10 Jun 2026 17:50:47 +0000 (+0100) Subject: GH: fix check-whitespace.yaml error return with multiple commits X-Git-Tag: release-1.31.2~11 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=126cb16e3d1b8b817035f4313bf127cdfc19a3cf;p=nginx.git GH: fix check-whitespace.yaml error return with multiple commits We erroneously reset err to 0 for each commit. --- diff --git a/.github/workflows/check-whitespace.yaml b/.github/workflows/check-whitespace.yaml index 1070e7212..a497102d7 100644 --- a/.github/workflows/check-whitespace.yaml +++ b/.github/workflows/check-whitespace.yaml @@ -18,7 +18,6 @@ jobs: run: | echo "## Whitespace Check Results" >${GITHUB_STEP_SUMMARY} echo '```' >>${GITHUB_STEP_SUMMARY} - err=0 commit= while read dash hash subj do