File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-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
44
46
steps :
45
47
- name : Checkout code
46
48
uses : actions/checkout@v3
49
+ with :
50
+ ref : ${{ github.event.pull_request.head.sha }}
47
51
48
52
- name : Set up Node.js
49
53
uses : actions/setup-node@v3
84
88
steps :
85
89
- name : Checkout code
86
90
uses : actions/checkout@v3
91
+ with :
92
+ ref : ${{ github.event.pull_request.head.sha }}
87
93
88
94
- name : Set up Node.js
89
95
uses : actions/setup-node@v3
@@ -114,6 +120,8 @@ jobs:
114
120
steps :
115
121
- name : Checkout code
116
122
uses : actions/checkout@v3
123
+ with :
124
+ ref : ${{ github.event.pull_request.head.sha }}
117
125
118
126
- name : Set up Node.js
119
127
uses : actions/setup-node@v3
@@ -169,6 +177,8 @@ jobs:
169
177
steps :
170
178
- name : Checkout code
171
179
uses : actions/checkout@v3
180
+ with :
181
+ ref : ${{ github.event.pull_request.head.sha }}
172
182
173
183
- name : Set up Node.js
174
184
uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments