with lots of repos
This commit is contained in:
@@ -23,7 +23,12 @@ func (a *Action) Execute(ctx context.Context, area *storage.Area) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
exe(ctx, area.Path)
|
||||
err = exe(ctx, area.Path)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
zap.L().Debug("Execution done")
|
||||
|
||||
default:
|
||||
return errors.New("could not determine action type")
|
||||
|
Reference in New Issue
Block a user