Checkout the PR commit instead of merge

This commit is contained in:
Bruno Oliveira 2021-11-20 10:57:42 -03:00
parent 5f9de3d1ca
commit 992f8cb668
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Python ${{ matrix.python }} - name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2 uses: actions/setup-python@v2