mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	add webhook recent deliveries
This commit is contained in:
		@@ -448,11 +448,11 @@ func CommitRepoAction(userID, repoUserID int64, userName, actEmail string,
 | 
			
		||||
			RepoID:      repo.ID,
 | 
			
		||||
			HookID:      w.ID,
 | 
			
		||||
			Type:        w.HookTaskType,
 | 
			
		||||
			Url:         w.URL,
 | 
			
		||||
			URL:         w.URL,
 | 
			
		||||
			BasePayload: payload,
 | 
			
		||||
			ContentType: w.ContentType,
 | 
			
		||||
			EventType:   HOOK_EVENT_PUSH,
 | 
			
		||||
			IsSsl:       w.IsSSL,
 | 
			
		||||
			IsSSL:       w.IsSSL,
 | 
			
		||||
		}); err != nil {
 | 
			
		||||
			return fmt.Errorf("CreateHookTask: %v", err)
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user