diff --git a/listen.py b/listen.py index 6436145..fc4649e 100644 --- a/listen.py +++ b/listen.py @@ -13,7 +13,7 @@ def gitea(): DeployerRequest( repo = data["repository"]["name"], branch = data["ref"].strip("refs/heads/"), - clone_url = data["repository"]["clone_url"] + clone_url = data["repository"]["clone_url"], commit_hash = data["after"] ) ) \ No newline at end of file