mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 10:40:12 +00:00
test
This commit is contained in:
parent
79086f4a8e
commit
ce3ad12a66
2 changed files with 7 additions and 6 deletions
|
|
@ -25,10 +25,11 @@ def spawn_job(name):
|
|||
'content-type':'application/json'
|
||||
},
|
||||
data=bytes(json.dumps({
|
||||
'ref': must_get_env("GIT_SHA"),
|
||||
'ref': 'refs/heads/new-ci',
|
||||
'inputs': {
|
||||
'dispatchData': json.dumps({
|
||||
'action': name,
|
||||
'sha': must_get_env("GIT_SHA"),
|
||||
})
|
||||
}
|
||||
}), 'UTF-8')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue