From b3fcefa7402e1e0f788a79411d9d89c41b0a0739 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Tue, 13 Sep 2022 19:24:37 -0700 Subject: [PATCH] chore: ensure checkout uses the branch --- .github/workflows/pull_requests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 0937b3b..d3eba72 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: ${{ github.event.pull_request.head.ref }} - name: Setup Node.js uses: actions/setup-node@v3 with: