mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:14:50 +07:00
fix(tekton): fix incorrect pull request revision
This commit is contained in:
parent
8a63ec3253
commit
bc8beffb73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user