pub async fn get_step_logs(
configuration: &Configuration,
repo_ref: &str,
action_identifier: &str,
workflow_idn: i64,
stage_number: i64,
step_number: i64,
) -> Result<Vec<LiveLogLine>, Error<GetStepLogsError>>pub async fn get_step_logs(
configuration: &Configuration,
repo_ref: &str,
action_identifier: &str,
workflow_idn: i64,
stage_number: i64,
step_number: i64,
) -> Result<Vec<LiveLogLine>, Error<GetStepLogsError>>