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(ci): handle JSON string parsing in cleanup workflow
Add jq -Rr flags with fromjson? to properly parse JSON strings that may be passed as raw input rather than pre-parsed JSON objects. This prevents parsing failures when SHA_ONLY_RESULT contains JSON in string format.
0 commit comments