blob: 9784de5a2f41e78931975df71ce84c1c7fdcb9d2 [file] [log] [blame]
// Copyright 2024 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipes.fuchsia.roller_config_deployer;
import "recipe_modules/fuchsia/auto_roller/options.proto";
message InputProperties {
// The url that represents the integration git repository.
string integration_remote = 1;
// General options for creating the roll CL.
recipe_modules.fuchsia.auto_roller.Options roll_options = 2;
}