Skip to content

Commit 3b80c25

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 18f5deb commit 3b80c25

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

lib/webhooks/deployment_status.payload.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
2-
"deployment": {
3-
"url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692",
4-
"id": 710692,
5-
"sha": "9049f1265b7d61be4a8904a9a27120d2064dab3b",
6-
"ref": "master",
7-
"task": "deploy",
8-
"payload": {
9-
},
10-
"environment": "production",
11-
"description": null,
2+
"deployment_status": {
3+
"url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692/statuses/1115122",
4+
"id": 1115122,
5+
"state": "success",
126
"creator": {
137
"login": "baxterthehacker",
148
"id": 6752317,
@@ -28,15 +22,23 @@
2822
"type": "User",
2923
"site_admin": false
3024
},
31-
"created_at": "2015-05-05T23:40:38Z",
32-
"updated_at": "2015-05-05T23:40:38Z",
33-
"statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692/statuses",
25+
"description": null,
26+
"target_url": null,
27+
"created_at": "2015-05-05T23:40:39Z",
28+
"updated_at": "2015-05-05T23:40:39Z",
29+
"deployment_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692",
3430
"repository_url": "https://api.github.com/repos/baxterthehacker/public-repo"
3531
},
36-
"deployment_status": {
37-
"url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692/statuses/1115122",
38-
"id": 1115122,
39-
"state": "success",
32+
"deployment": {
33+
"url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692",
34+
"id": 710692,
35+
"sha": "9049f1265b7d61be4a8904a9a27120d2064dab3b",
36+
"ref": "master",
37+
"task": "deploy",
38+
"payload": {
39+
},
40+
"environment": "production",
41+
"description": null,
4042
"creator": {
4143
"login": "baxterthehacker",
4244
"id": 6752317,
@@ -56,11 +58,9 @@
5658
"type": "User",
5759
"site_admin": false
5860
},
59-
"description": null,
60-
"target_url": null,
61-
"created_at": "2015-05-05T23:40:39Z",
62-
"updated_at": "2015-05-05T23:40:39Z",
63-
"deployment_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692",
61+
"created_at": "2015-05-05T23:40:38Z",
62+
"updated_at": "2015-05-05T23:40:38Z",
63+
"statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692/statuses",
6464
"repository_url": "https://api.github.com/repos/baxterthehacker/public-repo"
6565
},
6666
"repository": {

0 commit comments

Comments
 (0)