Skip to content

Commit

Permalink
fix local prov
Browse files Browse the repository at this point in the history
  • Loading branch information
walteh committed Nov 22, 2023
1 parent 9a95ebb commit 23933c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions gitexec/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,7 @@ func BuildLocalProviders(fls afero.Fs) (simver.GitProvider, simver.TagProvider,
return nil, nil, nil, nil, errors.Wrap(err, "error creating git provider")
}

gha, err := WrapGitProviderInGithubActions(git)
if err != nil {
return nil, nil, nil, nil, errors.Wrap(err, "error creating gh provider")
}

return gha, git, git, &LocalPullRequestResolver{}, nil
return git, git, git, &LocalPullRequestResolver{}, nil
}

type LocalPullRequestResolver struct {
Expand Down

0 comments on commit 23933c6

Please sign in to comment.