Skip to content

Commit a4bcb12

Browse files
fix: Removed unnecessary statement
1 parent 2013ca8 commit a4bcb12

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

git/git.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ func UploadToRepo(
232232
if err != nil {
233233
return nil, nil, err
234234
}
235-
setBranchToCommit(ctx, client, repo, branch, commit)
236235

237236
// Then we delete it and set that commit as the new head commit
238237
// of the branch. This results in a commit that has no changes

0 commit comments

Comments
 (0)