pub async fn post_step_log_stream(
configuration: &Configuration,
repo_ref: &str,
action_identifier: &str,
workflow_idn: i64,
stage_number: i64,
step_number: i64,
request_body: Vec<i32>,
) -> Result<(), Error<PostStepLogStreamError>>Expand description
Upload workflow step json log by stream, unsupported yet.