fix webhook

This commit is contained in:
2025-01-10 21:48:08 -05:00
parent bc249c7ce8
commit 64da1131c3

View File

@@ -20,4 +20,6 @@ def gitea():
branch = data["ref"].strip("refs/heads/"), branch = data["ref"].strip("refs/heads/"),
commit_hash = data["after"] commit_hash = data["after"]
) )
) )
return "success!"