[github actions] checkout the merge commit for online tests

This commit is contained in:
Sam Schott 2020-11-17 10:21:17 +00:00
parent 25e3fcae9e
commit 13e4240a93

View File

@ -74,7 +74,7 @@ jobs:
- name: Checkout project
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.merged.sha }}
ref: 'refs/pull/${{ github.event.number }}/merge'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2