This commit is contained in:
2025-01-07 22:20:02 -05:00
parent c3ef3f2dd5
commit 14f9bb557d
5 changed files with 21 additions and 18 deletions

View File

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