From 0b23fceb5cd5126a0936c49daafb4c80846dd273 Mon Sep 17 00:00:00 2001 From: zaidarain1 Date: Thu, 26 Sep 2024 17:31:46 +1000 Subject: [PATCH] chore: fix examples checkout ref (#2239) --- .github/workflows/pr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index a6c2c78167..008d441210 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -52,6 +52,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.ref }} + fetch-depth: 0 - name: setup uses: ./.github/actions/setup