mirror of
https://github.com/YunoHost/webhooks.git
synced 2024-09-03 19:56:54 +02:00
[mod] anglish syntax
This commit is contained in:
parent
dfd90aaf21
commit
e3e4ecfcae
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ async def github(request):
|
|||
user = request.json["sender"]["login"]
|
||||
url = request.json["forkee"]["html_url"]
|
||||
|
||||
notify(f"@{user} forked {repository} to {forked_repository} : {url}")
|
||||
notify(f"@{user} forked {repository} to {forked_repository}: {url}")
|
||||
|
||||
# https://developer.github.com/v3/activity/events/types/#issuecommentevent
|
||||
elif hook_type == "issue_comment":
|
||||
|
|
Loading…
Reference in a new issue