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