add the ability to specify repository ref
This commit is contained in:
@@ -34,4 +34,5 @@ type Config struct {
|
||||
type Repo struct {
|
||||
Name string `toml:"name"`
|
||||
URL string `toml:"url"`
|
||||
Ref string `toml:"ref"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user