We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a63ec3 commit bc8beffCopy full SHA for bc8beff
platform/tekton-pipelines/workflows/pull-request.yaml
@@ -14,7 +14,7 @@ spec:
14
- name: git_url
15
value: $(body.repository.clone_url)
16
- name: git_revision
17
- value: $(body.head.sha)
+ value: $(body.pull_request.head.sha)
18
params:
19
20
# TODO don't need default, but invalid mem address if remove this
0 commit comments