From f47aa03b2a4852b632a3f85e88d1a391c59dfc73 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:52:05 +0100 Subject: [PATCH] chore(IDX): add repo to checkout (#97) --- .github/workflows/repo_policies.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/repo_policies.yml b/.github/workflows/repo_policies.yml index f8275b4..34b7123 100644 --- a/.github/workflows/repo_policies.yml +++ b/.github/workflows/repo_policies.yml @@ -22,6 +22,7 @@ jobs: uses: actions/checkout@v4 with: path: current-repo # need to specify another path to avoid overwriting the first checkout + repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} fetch-depth: 50