Skip to content

Commit 2d129d6

Browse files
more explicit ref
1 parent cc75be1 commit 2d129d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-device-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: walt-id/waltid-identity/.github/actions/checkout-repos@c95b601fc5095d5668eb8c906af992d8e00ed513
4444
with:
4545
token: ${{ secrets.GH_ACCESS_TOKEN || github.token }}
46-
ref: ${{ github.head_ref || github.ref_name }}
46+
ref: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref_name }}
4747

4848
- name: Configure gradle
4949
uses: walt-id/waltid-identity/.github/actions/gradle-setup-action@c95b601fc5095d5668eb8c906af992d8e00ed513

0 commit comments

Comments
 (0)