This commit is contained in:
stupidcomputer 2024-10-09 07:18:08 -05:00
parent 68a160029d
commit 1ab729aafd
1 changed files with 1 additions and 1 deletions

View File

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