|
@@ -67,8 +67,7 @@ jobs:
|
|
|
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
- ref: ${{ github.event.pull_request.head.ref }}
|
|
|
- repository: ${{ github.event.pull_request.head.repo.full_name }}
|
|
|
+ ref: ${{ github.base_ref }}
|
|
|
|
|
|
- name: Setup Python and pip
|
|
|
uses: actions/setup-python@v4
|