fix: ghc assignment typo (#1729)

* fix: ghc assignment typo

* fixup server_url
This commit is contained in:
ChristopherHX
2023-04-13 16:09:29 +02:00
committed by GitHub
parent d70b225e85
commit 97749a27b9
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ type GithubContext struct {
RetentionDays string `json:"retention_days"`
RunnerPerflog string `json:"runner_perflog"`
RunnerTrackingID string `json:"runner_tracking_id"`
ServerURL string `json:"server_url "`
ServerURL string `json:"server_url"`
APIURL string `json:"api_url"`
GraphQLURL string `json:"graphql_url"`
}