fn extract_next_action_sequence(couple_lines: &[String]) -> SubStepExpand description
When an “Action” line is encountered within a Step, we want to group it with all consecutive Action lines that follow
The result is a type of SubStep called an ActionSequence
Action Sequences can be a single Action, or many actions