This commit is contained in:
2025-01-10 20:10:36 -05:00
parent 1e43695e06
commit 8680ab1fd4

View File

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