Skip to content

Commit 6d8e067

Browse files
committed
fixed tekton bindings since git changed their webhook format
1 parent a101c8f commit 6d8e067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/events/trigger_binding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
params:
77
- name: git-repo-url
8-
value: $(body.repository.url)
8+
value: $(body.repository.clone_url)
99
- name: git-repo-name
1010
value: $(body.repository.name)
1111
- name: git-revision

0 commit comments

Comments
 (0)