1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix release URL in webhooks (#27182)

This commit is contained in:
John Olheiser
2023-09-21 17:55:09 -05:00
committed by GitHub
parent 1f026bcb7e
commit 7520cd678c
9 changed files with 9 additions and 9 deletions

View File

@@ -240,7 +240,7 @@ func pullReleaseTestPayload() *api.ReleasePayload {
Target: "master",
Title: "First stable release",
Note: "Note of first stable release",
URL: "http://localhost:3000/api/v1/repos/test/repo/releases/2",
HTMLURL: "http://localhost:3000/test/repo/releases/tag/v1.0",
},
}
}