This commit is contained in:
alyssa 2024-09-06 16:40:05 +09:00
parent 10cef41d25
commit 79086f4a8e

View file

@ -17,7 +17,7 @@ def docker_build(data):
def spawn_job(name):
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',
headers={
'Accept': 'application/vnd.github+json',