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