From 9df0b6df40ef8882a38b848c67a89f954cec21a2 Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Wed, 4 Jun 2025 01:31:15 -0500 Subject: [PATCH] Update .github/workflows/build_pull_request.yml --- .github/workflows/build_pull_request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index 30846121..5f180f82 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -20,6 +20,9 @@ jobs: steps: - name: Clone repo uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + with: + ref: main + token: ${{ secrets.BOT_PAT }} - name: Get number of modules run: |