1 parent b9c6043 commit 8e2d012Copy full SHA for 8e2d012
1 file changed
lib/resources.rb
@@ -1516,13 +1516,14 @@ def text_html(response, status, head = {})
1516
1517
DEPLOYMENT = {
1518
"id" => 1,
1519
- "ref" => "topic-branch",
+ "sha" => "topic-branch",
1520
"url" => "https://api.github.com/repos/octocat/example/deployments/1",
1521
"creator" => USER,
1522
"payload" => JSON.dump({:environment => 'production'}),
1523
"created_at" => "2012-07-20T01:19:13Z",
1524
"updated_at" => "2012-07-20T01:19:13Z",
1525
"description" => "Deploy request from hubot",
1526
+ "statuses_url" => "https://api.github.com/repos/octocat/example/deployments/1/statuses"
1527
}
1528
1529
DEPLOYMENT_STATUS = {
0 commit comments