mirror of
https://github.com/nginx/nginx.git
synced 2026-09-03 20:53:04 -05:00
GH: fix check-whitespace.yaml error return with multiple commits
We erroneously reset err to 0 for each commit.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user