From 0fafe0ae557be4b3bc824ee80eb6cf984d2616bb Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 9 Oct 2024 04:49:16 -0500 Subject: [PATCH] tiny fix 2 --- bridge/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/__init__.py b/bridge/__init__.py index 9c63249..9a3f26f 100644 --- a/bridge/__init__.py +++ b/bridge/__init__.py @@ -278,7 +278,7 @@ def gitea_handle_issue_action(): ]) github_comment_post_result = github.post( - "https://api.github.com/repos/{}/{}/issues/{}/comment".format( + "https://api.github.com/repos/{}/{}/issues/{}/comments".format( repo_owner, repo_name, issue_number,