add signing key
This commit is contained in:
@@ -109,7 +109,7 @@ func (pr *ProcessRepos) Process(ctx context.Context, repositoryUrls []string) er
|
||||
return fmt.Errorf("could not add file: %w", err)
|
||||
}
|
||||
|
||||
_, err = pr.git.Commit(ctx, repo)
|
||||
err = pr.git.Commit(ctx, repo)
|
||||
if err != nil {
|
||||
return fmt.Errorf("could not get diff: %w", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user