Tag-webhooks are useless without shasums
This commit is contained in:
parent
abf6c3a8e3
commit
f364522468
|
@ -565,8 +565,10 @@ func CommitRepoAction(opts CommitRepoActionOptions) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
case ActionPushTag: // Create
|
case ActionPushTag: // Create
|
||||||
|
shaSum := git.OpenRepository(repo.RepoPath()).GetTagCommitID(refName)
|
||||||
return PrepareWebhooks(repo, HookEventCreate, &api.CreatePayload{
|
return PrepareWebhooks(repo, HookEventCreate, &api.CreatePayload{
|
||||||
Ref: refName,
|
Ref: refName,
|
||||||
|
Sha: shaSum,
|
||||||
RefType: "tag",
|
RefType: "tag",
|
||||||
Repo: apiRepo,
|
Repo: apiRepo,
|
||||||
Sender: apiPusher,
|
Sender: apiPusher,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user