File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Checkout code
21
21
uses : actions/checkout@v3
22
+ with :
23
+ ref : ${{ github.event.pull_request.head.sha }}
22
24
23
25
- name : Set up Node.js
24
26
uses : actions/setup-node@v3
86
88
steps :
87
89
- name : Checkout code
88
90
uses : actions/checkout@v3
91
+ with :
92
+ ref : ${{ github.event.pull_request.head.sha }}
89
93
90
94
- name : Set up Node.js
91
95
uses : actions/setup-node@v3
@@ -116,6 +120,8 @@ jobs:
116
120
steps :
117
121
- name : Checkout code
118
122
uses : actions/checkout@v3
123
+ with :
124
+ ref : ${{ github.event.pull_request.head.sha }}
119
125
120
126
- name : Set up Node.js
121
127
uses : actions/setup-node@v3
@@ -171,6 +177,8 @@ jobs:
171
177
steps :
172
178
- name : Checkout code
173
179
uses : actions/checkout@v3
180
+ with :
181
+ ref : ${{ github.event.pull_request.head.sha }}
174
182
175
183
- name : Set up Node.js
176
184
uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments