qa: fix head ref

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey Vilas 2022-03-23 10:29:31 +01:00
parent d013464320
commit fb5de078f7
No known key found for this signature in database
GPG Key ID: 2585783189A62105
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: $GITHUB_HEAD_REF
ref: ${{ github.event.pull_request.head.ref }}
- name: set up JDK 11
uses: actions/setup-java@v2
with: