mirror of
https://github.com/YunoHost/webhooks.git
synced 2024-09-03 19:56:54 +02:00
[fix] anglish
This commit is contained in:
parent
e3e4ecfcae
commit
2d2574e4a9
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ async def github(request):
|
||||||
tag = request.json["ref"]
|
tag = request.json["ref"]
|
||||||
notify(f"[{repository}] @{user} created new tag {tag}")
|
notify(f"[{repository}] @{user} created new tag {tag}")
|
||||||
else:
|
else:
|
||||||
print(f"WARNING: unknown 'create' even kind: {kind}")
|
print(f"WARNING: unknown 'create' event kind: {kind}")
|
||||||
|
|
||||||
# https://developer.github.com/v3/activity/events/types/#createevent
|
# https://developer.github.com/v3/activity/events/types/#createevent
|
||||||
elif hook_type == "delete":
|
elif hook_type == "delete":
|
||||||
|
|
Loading…
Add table
Reference in a new issue