mirror of
https://github.com/nginx/nginx.git
synced 2026-06-15 20:38:54 -04: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:
parent
fefae70f63
commit
126cb16e3d
1 changed files with 0 additions and 1 deletions
1
.github/workflows/check-whitespace.yaml
vendored
1
.github/workflows/check-whitespace.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue