You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Replace head with jq limit() to prevent broken pipe error (#252)
- Use jq's limit() function instead of shell's head to avoid broken pipe errors
- Pass LIMIT as --arg to jq and convert with tonumber inside the limit() call
- Fixes 'jq: error: writing output failed: Broken pipe' errors in CI/CD
- More efficient: avoids creating pipe to head command
- All 22 tests pass
0 commit comments