Skip to content

Commit f4ad678

Browse files
authored
add a system tag push example
1 parent a230622 commit f4ad678

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"event_name": "tag_push",
3+
"before": "0000000000000000000000000000000000000000",
4+
"after": "82b3d5ae55f7080f1e6022629cdb57bfae7cccc7",
5+
"ref": "refs/tags/v1.0.0",
6+
"checkout_sha": "5937ac0a7beb003549fc5fd26fc247adbce4a52e",
7+
"user_id": 1,
8+
"user_name": "John Smith",
9+
"user_avatar": "https://s.gravatar.com/avatar/d4c74594d841139328695756648b6bd6?s=8://s.gravatar.com/avatar/d4c74594d841139328695756648b6bd6?s=80",
10+
"project_id": 1,
11+
"project":{
12+
"name":"Example",
13+
"description":"",
14+
"web_url":"http://example.com/jsmith/example",
15+
"avatar_url":null,
16+
"git_ssh_url":"[email protected]:jsmith/example.git",
17+
"git_http_url":"http://example.com/jsmith/example.git",
18+
"namespace":"Jsmith",
19+
"visibility_level":0,
20+
"path_with_namespace":"jsmith/example",
21+
"default_branch":"master",
22+
"homepage":"http://example.com/jsmith/example",
23+
"url":"[email protected]:jsmith/example.git",
24+
"ssh_url":"[email protected]:jsmith/example.git",
25+
"http_url":"http://example.com/jsmith/example.git"
26+
},
27+
"repository":{
28+
"name": "Example",
29+
"url": "ssh://[email protected]/jsmith/example.git",
30+
"description": "",
31+
"homepage": "http://example.com/jsmith/example",
32+
"git_http_url":"http://example.com/jsmith/example.git",
33+
"git_ssh_url":"[email protected]:jsmith/example.git",
34+
"visibility_level":0
35+
},
36+
"commits": [],
37+
"total_commits_count": 0
38+
}

0 commit comments

Comments
 (0)