Skip to content

Commit bc8beff

Browse files
committed
fix(tekton): fix incorrect pull request revision
1 parent 8a63ec3 commit bc8beff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/tekton-pipelines/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
- name: git_url
1515
value: $(body.repository.clone_url)
1616
- name: git_revision
17-
value: $(body.head.sha)
17+
value: $(body.pull_request.head.sha)
1818
params:
1919
- name: git_url
2020
# TODO don't need default, but invalid mem address if remove this

0 commit comments

Comments
 (0)