mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-25 21:37:45 +00:00
fix #134 - include base_ref and head_ref in github context from the event json
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"pull_request": {
|
||||
"head": {
|
||||
"ref": "sample-head-ref"
|
||||
},
|
||||
"base": {
|
||||
"ref": "sample-base-ref"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user