Skip to content

Commit 5c41b85

Browse files
[autofix.ci] apply automated fixes (attempt 2/3)
1 parent 1ce4525 commit 5c41b85

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

svc/ctrl/worker/deploy/status_reporter_github.go

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ type githubStatusReporter struct {
3030

3131
// githubStatusReporterConfig holds the parameters for creating a githubStatusReporter.
3232
type githubStatusReporterConfig struct {
33-
GitHub githubclient.GitHubClient
34-
DB db.Database
35-
InstallationID int64
36-
Repo string
37-
CommitSHA string
38-
EnvironmentLabel string
39-
EnvironmentURL string
40-
LogURL string
41-
DeploymentID string
42-
IsProduction bool
43-
GithubDeploymentID int64 // reuse existing GitHub deployment if > 0
33+
GitHub githubclient.GitHubClient
34+
DB db.Database
35+
InstallationID int64
36+
Repo string
37+
CommitSHA string
38+
EnvironmentLabel string
39+
EnvironmentURL string
40+
LogURL string
41+
DeploymentID string
42+
IsProduction bool
43+
GithubDeploymentID int64 // reuse existing GitHub deployment if > 0
4444
}
4545

4646
func newGithubStatusReporter(cfg githubStatusReporterConfig) *githubStatusReporter {

0 commit comments

Comments
 (0)