fixed logging bug

This commit is contained in:
brb
2023-07-06 16:44:49 +02:00
parent d1864c7030
commit a82e0a8f10
-1
View File
@@ -43,7 +43,6 @@ def handle_event(request: GiteaRequest):
commit_msg = request.head_commit['message']
repo_url = request.repository['clone_url']
branch_name = request.ref.split('/')[-1]
logging.debug()
# stop early if asked
if commit_msg.lower().startswith('[skip ci]'):
raise HTTPException(