add the ability to specify repository ref

This commit is contained in:
2025-05-08 20:51:32 +03:00
parent 76234bf00d
commit ae1af0c9a7
6 changed files with 155 additions and 39 deletions

View File

@@ -34,4 +34,5 @@ type Config struct {
type Repo struct {
Name string `toml:"name"`
URL string `toml:"url"`
Ref string `toml:"ref"`
}