This commit is contained in:
stupidcomputer 2024-10-09 07:18:08 -05:00
parent 68a160029d
commit 1ab729aafd

View File

@ -183,11 +183,11 @@ class Gitea(WebgitClient):
repo_name, repo_name,
), ),
json={ json={
"active": True,
"config": { "config": {
"url": http_endpoint, "url": http_endpoint,
"content_type": "json", "content_type": "json",
}, },
"active": True,
"events": events, "events": events,
"type": "gitea", "type": "gitea",
}, },