fix listener

This commit is contained in:
2025-01-10 21:18:12 -05:00
parent 1eaf1bb03a
commit d6b62d5072

View File

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