Add get_check_suite_logs tools
This commit is contained in:
+2
-1
@@ -48,8 +48,9 @@ export type Payload = {
|
||||
|
||||
/**
|
||||
* Event data from webhook payload.
|
||||
* Can be an object (will be JSON.stringify'd) or a string (used as-is).
|
||||
*/
|
||||
readonly event: object;
|
||||
readonly event: object | string;
|
||||
|
||||
/**
|
||||
* Execution mode configuration
|
||||
|
||||
Reference in New Issue
Block a user