mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Fix release URL in webhooks (#27182)
This commit is contained in:
parent
1f026bcb7e
commit
7520cd678c
9 changed files with 9 additions and 9 deletions
|
@ -290,7 +290,7 @@ func (m *MSTeamsPayload) Release(p *api.ReleasePayload) (api.Payloader, error) {
|
|||
p.Sender,
|
||||
title,
|
||||
"",
|
||||
p.Release.URL,
|
||||
p.Release.HTMLURL,
|
||||
color,
|
||||
&MSTeamsFact{"Tag:", p.Release.TagName},
|
||||
), nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue