ソースを参照

Merge branch 'master' into nafees/porter-yaml-v2beta1

Mohammed Nafees 3 年 前
コミット
86fcb415de
1 ファイル変更1 行追加1 行削除
  1. 1 1
      api/types/environment.go

+ 1 - 1
api/types/environment.go

@@ -126,7 +126,7 @@ type GetDeploymentRequest struct {
 	DeploymentID uint   `schema:"id"`
 	DeploymentID uint   `schema:"id"`
 	PRNumber     uint   `schema:"pr_number"`
 	PRNumber     uint   `schema:"pr_number"`
 	Namespace    string `schema:"namespace"`
 	Namespace    string `schema:"namespace"`
-	Branch       string `schema:branch`
+	Branch       string `schema:"branch"`
 }
 }
 
 
 type PullRequest struct {
 type PullRequest struct {