Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Add dedup_id to deployment request (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
eculver authored Mar 8, 2021
1 parent 02e17b3 commit 20e8a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20e8a33

Please sign in to comment.