fix(tekton): fix incorrect pull request revision

This commit is contained in:
Khue Doan 2023-01-26 15:31:22 +07:00
parent 8a63ec3253
commit bc8beffb73

View File

@ -14,7 +14,7 @@ spec:
- name: git_url
value: $(body.repository.clone_url)
- name: git_revision
value: $(body.head.sha)
value: $(body.pull_request.head.sha)
params:
- name: git_url
# TODO don't need default, but invalid mem address if remove this