We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3534f74 commit a9a686fCopy full SHA for a9a686f
github/payload.go
@@ -5336,8 +5336,8 @@ type StatusPayload struct {
5336
Description *string `json:"description"`
5337
State string `json:"state"`
5338
Commit struct {
5339
- NodeID string `json:"node_id"`
5340
Sha string `json:"sha"`
+ NodeID string `json:"node_id"`
5341
5342
Author struct {
5343
Name string `json:"name"`
0 commit comments