This repository was archived by the owner on Apr 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
sha : ${{ github.event.pull_request.head.sha || github.event.after }}
25
25
branch_name : ${{ github.event.pull_request.head.ref || github.ref_name }}
26
+ ref : ${{ github.event.pull_request.head.ref || github.ref_name }}
26
27
secrets : inherit
27
28
28
29
run_e2e :
34
35
with :
35
36
sha : ${{ github.event.pull_request.head.sha || github.event.after }}
36
37
branch_name : ${{ github.event.pull_request.head.ref || github.ref_name }}
38
+ ref : ${{ github.event.pull_request.head.ref || github.ref_name }}
37
39
secrets : inherit
38
40
39
41
run_unit :
43
45
with :
44
46
sha : ${{ github.event.pull_request.head.sha || github.event.after }}
45
47
branch_name : ${{ github.event.pull_request.head.ref || github.ref_name }}
48
+ ref : ${{ github.event.pull_request.head.ref || github.ref_name }}
46
49
secrets : inherit
47
50
48
51
run_lint :
52
55
with :
53
56
sha : ${{ github.event.pull_request.head.sha || github.event.after }}
54
57
branch_name : ${{ github.event.pull_request.head.ref || github.ref_name }}
58
+ ref : ${{ github.event.pull_request.head.ref || github.ref_name }}
55
59
secrets : inherit
You can’t perform that action at this time.
0 commit comments