mirror of
https://github.com/nginx/nginx.git
synced 2026-08-03 22:33:10 +00: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: |
|
run: |
|
||||||
echo "## Whitespace Check Results" >${GITHUB_STEP_SUMMARY}
|
echo "## Whitespace Check Results" >${GITHUB_STEP_SUMMARY}
|
||||||
echo '```' >>${GITHUB_STEP_SUMMARY}
|
echo '```' >>${GITHUB_STEP_SUMMARY}
|
||||||
err=0
|
|
||||||
commit=
|
commit=
|
||||||
while read dash hash subj
|
while read dash hash subj
|
||||||
do
|
do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue