Commit 765ba64
committed
fix(ci): replace pipe-to-head with --max-count to avoid SIGPIPE under pipefail
Using `git log ... | head -n 25` causes SIGPIPE when head closes the pipe
early, which fails the Discord notification step under `set -o pipefail`.
Switching to `--max-count=25` avoids the pipe entirely.1 parent 85b4a06 commit 765ba64
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
0 commit comments