Set branch_filter correctly
This commit is contained in:
@@ -132,7 +132,7 @@ owner = repo_parts[0]
|
|||||||
repo = repo_parts[1]
|
repo = repo_parts[1]
|
||||||
|
|
||||||
ref_parts = deploy_ref.strip('/').split('/')
|
ref_parts = deploy_ref.strip('/').split('/')
|
||||||
branch = ref_parts[2]
|
branch = ref_parts[-1]
|
||||||
|
|
||||||
webhook_payload = {
|
webhook_payload = {
|
||||||
"type": "gitea",
|
"type": "gitea",
|
||||||
|
Reference in New Issue
Block a user