mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203)
Fixes #27202
This commit is contained in:
		@@ -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"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user