mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
test
This commit is contained in:
parent
10cef41d25
commit
79086f4a8e
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ def docker_build(data):
|
||||||
|
|
||||||
def spawn_job(name):
|
def spawn_job(name):
|
||||||
req = urllib.request.Request(
|
req = urllib.request.Request(
|
||||||
f"https://api.github.com/repos/pluralkit/pluralkit/actions/workflows/ci-runner/dispatches",
|
f"https://api.github.com/repos/pluralkit/pluralkit/actions/workflows/ci-runner.yml/dispatches",
|
||||||
method='POST',
|
method='POST',
|
||||||
headers={
|
headers={
|
||||||
'Accept': 'application/vnd.github+json',
|
'Accept': 'application/vnd.github+json',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue