From febac20ad78bac2f279643f3c70cfc117d28eba0 Mon Sep 17 00:00:00 2001 From: Aurora Date: Sat, 2 Aug 2025 12:56:37 +0100 Subject: [PATCH] Resolve pullrequest.yml always checking out the master branch --- .github/workflows/pullrequest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index db46b86..be0942c 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -11,6 +11,8 @@ jobs: # See https://github.com/actions/checkout/commits uses: actions/checkout@72f2cec99f417b1a1c5e2e88945068983b7965f9 with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.sha }} submodules: recursive - name: Validate Gradle Wrapper