actually fix listener

This commit is contained in:
2025-01-10 21:21:59 -05:00
parent d6b62d5072
commit 53d2d96361

View File

@@ -15,7 +15,7 @@ def gitea():
handle_request(
DeployerRequest(
user = data["repository"]["owner"]["username"]
user = data["repository"]["owner"]["username"],
repo = data["repository"]["name"],
branch = data["ref"].strip("refs/heads/"),
commit_hash = data["after"]