mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	bug fixed branch name for pushupdate (#380)
This commit is contained in:
		@@ -562,7 +562,7 @@ func CommitRepoAction(opts CommitRepoActionOptions) error {
 | 
			
		||||
			if err != nil {
 | 
			
		||||
				log.Error(4, "OpenRepository[%s]: %v", repo.RepoPath(), err)
 | 
			
		||||
			}
 | 
			
		||||
			shaSum, err = gitRepo.GetBranchCommitID(opts.RefFullName)
 | 
			
		||||
			shaSum, err = gitRepo.GetBranchCommitID(refName)
 | 
			
		||||
			if err != nil {
 | 
			
		||||
				log.Error(4, "GetBranchCommitID[%s]: %v", opts.RefFullName, err)
 | 
			
		||||
			}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user