Check out PR HEAD instead of merge commit
This commit is contained in:
parent
fa6c1f0fac
commit
6cc3028b17
|
@ -15,6 +15,7 @@ jobs:
|
|||
- name: Get CKAN-meta repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: 0
|
||||
- name: Cache downloads
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
|
|
Loading…
Reference in New Issue