tiny fix 2

This commit is contained in:
stupidcomputer 2024-10-09 04:49:16 -05:00
parent ddb8a8a646
commit 0fafe0ae55

View File

@ -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,