From 2332db9b5a34bc0f7a4b087fd621c904b3b5cd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Wed, 4 Jan 2023 21:38:46 +0200 Subject: [PATCH] fix: Update PR builder (#2424) --- .github/workflows/maven-pr-builder.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-pr-builder.yml b/.github/workflows/maven-pr-builder.yml index e7c2e1413..14a681155 100644 --- a/.github/workflows/maven-pr-builder.yml +++ b/.github/workflows/maven-pr-builder.yml @@ -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: