mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 16:01:06 +08:00
Correct github interfaces
This commit is contained in:
parent
dfccb207bf
commit
027a230b99
@ -2,14 +2,14 @@
|
||||
|
||||
export interface PayloadRepository {
|
||||
[key: string]: any
|
||||
fullName?: string
|
||||
full_name?: string
|
||||
name: string
|
||||
owner: {
|
||||
[key: string]: any
|
||||
login: string
|
||||
name?: string
|
||||
}
|
||||
htmlUrl?: string
|
||||
html_url?: string
|
||||
}
|
||||
|
||||
export interface WebhookPayload {
|
||||
@ -21,10 +21,10 @@ export interface WebhookPayload {
|
||||
html_url?: string
|
||||
body?: string
|
||||
}
|
||||
pullRequest?: {
|
||||
pull_request?: {
|
||||
[key: string]: any
|
||||
number: number
|
||||
htmlUrl?: string
|
||||
html_url?: string
|
||||
body?: string
|
||||
}
|
||||
sender?: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user