Skip to content

Commit 963882b

Browse files
committed
(#605) Rename DeploymentStatus.UpdatedAt => PushedAt
1 parent 368bb52 commit 963882b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

github/github-accessors.go

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/repos_deployments.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ type DeploymentStatus struct {
137137
Description *string `json:"description,omitempty"`
138138
TargetURL *string `json:"target_url,omitempty"`
139139
CreatedAt *Timestamp `json:"created_at,omitempty"`
140-
UpdatedAt *Timestamp `json:"pushed_at,omitempty"`
140+
PushedAt *Timestamp `json:"pushed_at,omitempty"`
141141
DeploymentURL *string `json:"deployment_url,omitempty"`
142142
RepositoryURL *string `json:"repository_url,omitempty"`
143143
}

0 commit comments

Comments
 (0)