tiny fix 2
This commit is contained in:
parent
ddb8a8a646
commit
0fafe0ae55
@ -278,7 +278,7 @@ def gitea_handle_issue_action():
|
|||||||
])
|
])
|
||||||
|
|
||||||
github_comment_post_result = github.post(
|
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_owner,
|
||||||
repo_name,
|
repo_name,
|
||||||
issue_number,
|
issue_number,
|
||||||
|
Loading…
Reference in New Issue
Block a user