|
30 | 30 | steps: |
31 | 31 | - name: Checkout |
32 | 32 | uses: actions/checkout@v3 |
| 33 | + with: |
| 34 | + ref: ${{ github.event.pull_request.head.sha }} |
33 | 35 |
|
34 | 36 | - name: Set up Python 3.7 |
35 | 37 | uses: actions/setup-python@v4 |
|
69 | 71 | steps: |
70 | 72 | - name: Checkout |
71 | 73 | uses: actions/checkout@v3 |
| 74 | + with: |
| 75 | + ref: ${{ github.event.pull_request.head.sha }} |
72 | 76 |
|
73 | 77 | - name: Set up Python 3.7 |
74 | 78 | uses: actions/setup-python@v4 |
@@ -106,6 +110,8 @@ jobs: |
106 | 110 | steps: |
107 | 111 | - name: Checkout |
108 | 112 | uses: actions/checkout@v3 |
| 113 | + with: |
| 114 | + ref: ${{ github.event.pull_request.head.sha }} |
109 | 115 |
|
110 | 116 | - name: Set up Python 3.7 |
111 | 117 | uses: actions/setup-python@v4 |
@@ -161,6 +167,8 @@ jobs: |
161 | 167 | steps: |
162 | 168 | - name: Checkout |
163 | 169 | uses: actions/checkout@v3 |
| 170 | + with: |
| 171 | + ref: ${{ github.event.pull_request.head.sha }} |
164 | 172 |
|
165 | 173 | - name: Set up Python 3.7 |
166 | 174 | uses: actions/setup-python@v4 |
@@ -268,6 +276,8 @@ jobs: |
268 | 276 | steps: |
269 | 277 | - name: Checkout |
270 | 278 | uses: actions/checkout@v3 |
| 279 | + with: |
| 280 | + ref: ${{ github.event.pull_request.head.sha }} |
271 | 281 |
|
272 | 282 | - name: Set up Python 3.7 |
273 | 283 | uses: actions/setup-python@v4 |
@@ -347,6 +357,8 @@ jobs: |
347 | 357 | steps: |
348 | 358 | - name: Checkout |
349 | 359 | uses: actions/checkout@v3 |
| 360 | + with: |
| 361 | + ref: ${{ github.event.pull_request.head.sha }} |
350 | 362 |
|
351 | 363 | - name: Set up Python 3.7 |
352 | 364 | uses: actions/setup-python@v4 |
|
0 commit comments