experiment 4

This commit is contained in:
stupidcomputer 2024-10-09 06:24:28 -05:00
parent d5d4c4492e
commit b69f1b1a9a
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ def gitea_handle_repo_action():
gitea_create_webhook_result = gitea.create_webhook(
repo_owner,
repo_name,
"https://{}/bridge/endpoints/github/issue".format(
"https://{}/bridge/endpoints/gitea/issue".format(
app.config["GITEA_INSTANCE_DOMAIN"]
),
["issues", "issue_comment"]