pub fn truncate_step_name(command: &str, max_len: usize) -> String
Truncate a command string for use as a CI step name.
If the string is longer than max_len, truncates and appends “…”.
max_len