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
echo "FAIL: expected exit 0 (script should reach the no-token skip after building the JSON payload), got $rc" >&2
649
+
echo "If the message contains 'jq: Argument list too long', the regression has returned: \$changes is being passed via argv (--argjson) instead of stdin." >&2
650
+
exit 1
651
+
fi
652
+
if ! echo "$out" | grep -q "::notice::.*View API changes"; then
653
+
echo "FAIL: script aborted before emitting the review-page notice" >&2
654
+
exit 1
655
+
fi
656
+
if ! echo "$out" | grep -q "No oasdiff-token provided"; then
657
+
echo "FAIL: script aborted before reaching the no-token skip; the jq payload-construction step likely blew up on the multi-MB changes array" >&2
0 commit comments