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

Fixes #27202
This commit is contained in:
Nabapadma-sarker 2023-09-25 04:02:47 +09:00 committed by GitHub
parent 63b25e816d
commit 8e23524b18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"`