fix: Update PR builder (#2424)

This commit is contained in:
Ilkka Seppälä
2023-01-04 21:38:46 +02:00
committed by GitHub
parent fa993a66e7
commit 2332db9b5a
+4 -1
View File
@@ -40,7 +40,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Set up JDK 17
uses: actions/setup-java@v3
with: