diff --git a/listen.py b/listen.py index b5fdbc7..571ba78 100644 --- a/listen.py +++ b/listen.py @@ -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"] ) ) \ No newline at end of file