From 14c88b50ec446b84bad7ee2d040aa7bc8ede1416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Wed, 4 Jan 2023 22:24:47 +0200 Subject: [PATCH] Revert "fix: Update PR builder (#2424)" (#2427) This reverts commit 2332db9b5a34bc0f7a4b087fd621c904b3b5cd9f. --- .github/workflows/maven-pr-builder.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/maven-pr-builder.yml b/.github/workflows/maven-pr-builder.yml index 14a681155..e7c2e1413 100644 --- a/.github/workflows/maven-pr-builder.yml +++ b/.github/workflows/maven-pr-builder.yml @@ -40,10 +40,7 @@ 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: