Skip to content

Commit 67108ae

Browse files
committed
add referenced_workflows to workflow_run
1 parent c0effc6 commit 67108ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

github/payload.go

+5
Original file line numberDiff line numberDiff line change
@@ -6453,6 +6453,11 @@ type WorkflowRunPayload struct {
64536453
} `json:"repo"`
64546454
} `json:"base"`
64556455
} `json:"pull_requests"`
6456+
ReferencedWorkflows []struct {
6457+
Path string `json:"path"`
6458+
Ref string `json:"ref"`
6459+
Sha string `json:"sha"`
6460+
} `json:"referenced_workflows"`
64566461
CreatedAt time.Time `json:"created_at"`
64576462
UpdatedAt time.Time `json:"updated_at"`
64586463
RunAttempt int64 `json:"run_attempt"`

0 commit comments

Comments
 (0)