From 67a05e86c34214d3864c6fc2f0e55dc22e833934 Mon Sep 17 00:00:00 2001 From: Shreyas Sharma Date: Mon, 28 Oct 2024 15:32:38 +0530 Subject: [PATCH] fix(tooling): fix-github-actions-checkout) --- .github/workflows/pull-request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f692eaba2..fb93c2566 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -44,6 +44,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + ref: ${{ github.event.pull_request.head.sha }} - name: Set up Node.js uses: actions/setup-node@v3