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

@ -12,5 +12,5 @@ func main() {
app := app.GitRepositoryManager{}
app.Parse(os.Args)
app.Run()
os.Exit(app.Run())
}