mirror of https://github.com/actions/toolkit
Extend WebhookPayload interface with `inputs` property
parent
c9af6bb1b3
commit
cf77bb207f
|
@ -40,4 +40,7 @@ export interface WebhookPayload {
|
||||||
id: number
|
id: number
|
||||||
[key: string]: any
|
[key: string]: any
|
||||||
}
|
}
|
||||||
|
inputs?: {
|
||||||
|
[key: string]: string | null | undefined
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue