mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-06 00:09:29 +07:00
fix(tekton): fix incorrect pull request revision
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user