Actually check out pull request.

This commit is contained in:
BrewTestBot (Rebase PR Action) 2020-08-25 06:33:25 +02:00
parent 081e3c70a4
commit dcc8098dcd
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@ jobs:
- name: Check out Pull Request
uses: actions/checkout@v2
with:
ref: refs/pull/${{ github.event.pull_request.number }}/head
fetch-depth: 0
persist-credentials: false
@ -60,6 +61,7 @@ jobs:
- name: Check out Pull Request
uses: actions/checkout@v2
with:
ref: refs/pull/${{ github.event.pull_request.number }}/head
fetch-depth: 0
persist-credentials: false
@ -83,6 +85,7 @@ jobs:
- name: Check out Pull Request
uses: actions/checkout@v2
with:
ref: refs/pull/${{ github.event.pull_request.number }}/head
fetch-depth: 0
persist-credentials: false