mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-09-05 20:07:25 +00:00
fix(server): prefix manual trigger Ref with refs/heads/ (#7051)
This commit is contained in:
@@ -100,7 +100,7 @@ func createTmpPipeline(event model.WebhookEvent, commit *model.Commit, user *mod
|
||||
Avatar: user.Avatar,
|
||||
Message: "MANUAL PIPELINE @ " + opts.Branch,
|
||||
|
||||
Ref: opts.Branch,
|
||||
Ref: "refs/heads/" + opts.Branch,
|
||||
AdditionalVariables: opts.Variables,
|
||||
|
||||
Author: user.Login,
|
||||
|
||||
Reference in New Issue
Block a user