Check out PR HEAD instead of merge commit

This commit is contained in:
Paul Hebble 2021-05-13 23:03:00 -05:00
parent fa6c1f0fac
commit 6cc3028b17
1 changed files with 1 additions and 0 deletions

View File

@ -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' }}