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

Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) (#27251)

Backport #27203 by @Nabapadma-sarker

Fixes #27202

Co-authored-by: Nabapadma-sarker <nabapadmacse1991@gmail.com>
This commit is contained in:
Giteabot
2023-09-25 16:24:50 +08:00
committed by GitHub
parent 37c7780e85
commit 89b6f20bf8
3 changed files with 6 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ type Repository struct {
Language string `json:"language"`
LanguagesURL string `json:"languages_url"`
HTMLURL string `json:"html_url"`
URL string `json:"url"`
Link string `json:"link"`
SSHURL string `json:"ssh_url"`
CloneURL string `json:"clone_url"`