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 jq error when GitHub API returns object instead of array
- Add check to verify response is array before indexing with [0]
- Handle GitHub API error objects (rate limits, auth errors, etc.)
- Extract error messages from API response for better debugging
- Resolves "Cannot index object with number" jq error
Co-authored-by: shenxianpeng <[email protected]>
0 commit comments