mirror of
https://github.com/actions/toolkit
synced 2025-05-10 17:12:54 +00:00
Correct github interfaces
This commit is contained in:
parent
dfccb207bf
commit
027a230b99
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue