mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-30 22:11:07 +00:00 
			
		
		
		
	bug fixed branch name for pushupdate (#380)
This commit is contained in:
		
					parent
					
						
							
								1d1c01875d
							
						
					
				
			
			
				commit
				
					
						73710c00a8
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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) | ||||
| 			} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue