diff --git a/deploy.go b/deploy.go index 849f0a1..273574d 100644 --- a/deploy.go +++ b/deploy.go @@ -38,6 +38,7 @@ type DeployRequest struct { DeployURL string `json:"deploy_url"` DeployNumber string `json:"deploy_number"` Commit Commit `json:"commit"` + DedupID string `json:"dedup_id"` } // Deploy sends a DeployRequest to the OpsLevel deploy integration at integrationID