Skip to content

Commit 2a651a8

Browse files
committed
use PR_REVISION for ref
instead of DEFAULT_BRANCH
1 parent d81d616 commit 2a651a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/trigger-e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
}
6363
6464
payload = {
65-
"ref": DEFAULT_BRANCH,
65+
"ref": PR_REVISION,
6666
"inputs": {
6767
"target_ref": PR_REVISION
6868
}

0 commit comments

Comments
 (0)