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: Expose plan_json_file output for summary step. Avoid passing large
PLAN_JSON via outputs/env which can exceed Linux ARG_MAX (~2MB) and
cause E2BIG; write the plan JSON to a tempfile and provide its path as
plan_json_file for the summary step.
0 commit comments