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