Fix get version form PR's

This commit is contained in:
jspijker 2022-11-18 11:27:41 +01:00
parent 3761f03cea
commit 73ac7fa716

View file

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