titipata / pubmed_parser

:clipboard: A Python Parser for PubMed Open-Access XML Subset and MEDLINE XML Dataset
http://titipata.github.io/pubmed_parser/
MIT License
559 stars 164 forks source link

#144 Update action versions and implement checkout of fork for tests #146

Closed nils-herrmann closed 2 weeks ago

Michael-E-Rose commented 3 weeks ago

ChatGPT4 suggest to provide a fallback in case commits go directly into the master branch:

        ref: ${{ github.event.pull_request.head.ref || github.ref }}
        repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}

If you could add that, then I'll accept the PR, and we'll see what happens.