mirror of https://github.com/axmolengine/axmol.git
get the correct branch
This commit is contained in:
parent
48579fe3ac
commit
e43ca98a94
|
@ -51,7 +51,7 @@ def main():
|
|||
statuses_url = pr['statuses_url']
|
||||
|
||||
#get pr target branch
|
||||
branch = pr['head']['ref']
|
||||
branch = pr['base']['ref']
|
||||
|
||||
#set commit status to pending
|
||||
target_url = os.environ['BUILD_URL']
|
||||
|
|
Loading…
Reference in New Issue