We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1c018 commit 73710c0Copy full SHA for 73710c0
models/action.go
@@ -562,7 +562,7 @@ func CommitRepoAction(opts CommitRepoActionOptions) error {
562
if err != nil {
563
log.Error(4, "OpenRepository[%s]: %v", repo.RepoPath(), err)
564
}
565
- shaSum, err = gitRepo.GetBranchCommitID(opts.RefFullName)
+ shaSum, err = gitRepo.GetBranchCommitID(refName)
566
567
log.Error(4, "GetBranchCommitID[%s]: %v", opts.RefFullName, err)
568
0 commit comments