Add possiblity to limit actions to tagged or named repository

This commit is contained in:
Mikołaj Pęczkowski 2021-11-07 14:05:45 +01:00
parent 5c98ab6554
commit 23e4547e52
11 changed files with 345 additions and 24 deletions

View file

@ -27,6 +27,8 @@ repositories:
dest: "example/path"
name: "custom_example"
- src: https://github.com/example/example2.git
tags:
- "example"
`)
homedir, _ := os.UserHomeDir()
@ -43,6 +45,7 @@ repositories:
Name: "example2",
Src: "https://github.com/example/example2.git",
Dest: "example2",
Tags: []string{"example"},
},
},
}