Skip to content

Commit

Permalink
Don't show git push output
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJokersThief committed May 21, 2023
1 parent 0b7008f commit bd2699d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/github/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ func (gc *GithubClient) Push(branch string, gitRepo *git.Repository) error {

pushErr := gitRepo.Push(
&git.PushOptions{
Progress: gc.Writer,
RemoteName: "origin",
Auth: gc.auth(),
// Force: true,
},
)

Expand Down

0 comments on commit bd2699d

Please sign in to comment.