From 8680ab1fd4bdfbc7ed3ed3683d90402c4f63a142 Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Fri, 10 Jan 2025 20:10:36 -0500 Subject: [PATCH] fix --- listen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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