mirror of https://github.com/axmolengine/axmol.git
fix create job state
This commit is contained in:
parent
6cbf69306c
commit
2b7aa26308
|
@ -19,7 +19,7 @@ r = requests.get(api_get_pr)
|
|||
pr = r.json()
|
||||
|
||||
#forge a payload
|
||||
payload = {"action":"open","number":"","pull_request":""}
|
||||
payload = {"action":"opened","number":"","pull_request":""}
|
||||
payload['number']=pr_num
|
||||
payload['pull_request']=pr
|
||||
|
||||
|
|
Loading…
Reference in New Issue