Convert from JSON.
GithubActionsLogModel.fromJson(json);
factory GithubActionsLogModel.fromJson(Map<String, Object?> json) => _$GithubActionsLogModelFromJson(json);