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
st2ctl: Force ps to use wide output to avoid truncation
At least in GHA in some cases, the ps output is getting truncated,
possibly respecting our COLUMNS=120 env var. This adds ww to the ps command
to make it have unlimited width.
0 commit comments