14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@v4
17
+ with :
18
+ ref : ${{ github.event.pull_request.head.ref }}
19
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
17
20
18
21
- uses : pnpm/action-setup@v4
19
22
name : Install pnpm
31
34
steps :
32
35
- name : Checkout
33
36
uses : actions/checkout@v4
37
+ with :
38
+ ref : ${{ github.event.pull_request.head.ref }}
39
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
34
40
35
41
- uses : pnpm/action-setup@v4
36
42
name : Install pnpm
48
54
steps :
49
55
- name : Checkout
50
56
uses : actions/checkout@v4
57
+ with :
58
+ ref : ${{ github.event.pull_request.head.ref }}
59
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
51
60
52
61
- uses : pnpm/action-setup@v4
53
62
name : Install pnpm
70
79
steps :
71
80
- name : Checkout
72
81
uses : actions/checkout@v4
82
+ with :
83
+ ref : ${{ github.event.pull_request.head.ref }}
84
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
73
85
74
86
- uses : pnpm/action-setup@v4
75
87
name : Install pnpm
87
99
steps :
88
100
- name : Checkout
89
101
uses : actions/checkout@v4
102
+ with :
103
+ ref : ${{ github.event.pull_request.head.ref }}
104
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
90
105
91
106
- uses : pnpm/action-setup@v4
92
107
name : Install pnpm
@@ -104,6 +119,9 @@ jobs:
104
119
steps :
105
120
- name : Checkout
106
121
uses : actions/checkout@v4
122
+ with :
123
+ ref : ${{ github.event.pull_request.head.ref }}
124
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
107
125
108
126
- uses : pnpm/action-setup@v4
109
127
name : Install pnpm
0 commit comments