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 0e13925 commit c21e2c4Copy full SHA for c21e2c4
models/action.go
@@ -580,7 +580,7 @@ func CommitRepoAction(opts CommitRepoActionOptions) error {
580
if err != nil {
581
log.Error(4, "OpenRepository[%s]: %v", repo.RepoPath(), err)
582
}
583
- shaSum, err = gitRepo.GetTagCommitID(opts.RefFullName)
+ shaSum, err = gitRepo.GetTagCommitID(refName)
584
585
log.Error(4, "GetTagCommitID[%s]: %v", opts.RefFullName, err)
586
0 commit comments