blob: b591f0a463343bd6efcb584c2ea2945314413cf6 [file] [log] [blame]
// Copyright 2023 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.shac;
message InputProperties {
// Remote repository.
string remote = 1;
}