Set branch_filter correctly
parent
39a5f5e006
commit
15f9fa410b
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue