fix listener
This commit is contained in:
@@ -15,9 +15,9 @@ def gitea():
|
|||||||
|
|
||||||
handle_request(
|
handle_request(
|
||||||
DeployerRequest(
|
DeployerRequest(
|
||||||
|
user = data["repository"]["owner"]["username"]
|
||||||
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"],
|
|
||||||
commit_hash = data["after"]
|
commit_hash = data["after"]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user