correction ref revision
This commit is contained in:
parent
46e7ece84a
commit
ffca6abc14
@ -7,7 +7,7 @@ spec:
|
|||||||
- name: url
|
- name: url
|
||||||
value: $(body.repository.clone_url)
|
value: $(body.repository.clone_url)
|
||||||
- name: revision
|
- name: revision
|
||||||
value: $(body.pull_request.head.ref)
|
value: $(body.pull_request.base.ref)
|
||||||
- name: image
|
- name: image
|
||||||
value: $(body.repository.full_name)
|
value: $(body.repository.full_name)
|
||||||
- name: tag
|
- name: tag
|
||||||
|
@ -7,7 +7,7 @@ spec:
|
|||||||
- name: url
|
- name: url
|
||||||
value: $(body.repository.clone_url)
|
value: $(body.repository.clone_url)
|
||||||
- name: revision
|
- name: revision
|
||||||
value: $(body.pull_request.head.ref)
|
value: $(body.pull_request.base.ref)
|
||||||
- name: image
|
- name: image
|
||||||
value: $(body.repository.full_name)
|
value: $(body.repository.full_name)
|
||||||
- name: apiurl
|
- name: apiurl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user