Revert "Fix GitHub pull request ref, follow up for #3571"

This reverts commit 2afab144c5.
This commit is contained in:
Antonin Delpeuch 2021-02-05 12:56:26 +01:00
parent 2afab144c5
commit a4ee5fdcab

View File

@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
with:
ref: refs/pull/${{ github.event.number }}/merge
ref: refs/pr/${{ github.event.number }}/merge
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Restore dependency cache
@ -88,7 +88,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
with:
ref: refs/pull/${{ github.event.number }}/merge
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Restore dependency cache