From bb2ba0815330578295de8036ea1a5e6d66a36277 Mon Sep 17 00:00:00 2001 From: Shankar Singh C <83439957+ShankarSinghC@users.noreply.github.com> Date: Thu, 5 Oct 2023 23:12:15 +0530 Subject: [PATCH] chore: fix the failing formatting check for external contributors (#2467) --- .github/workflows/CI-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI-pr.yml b/.github/workflows/CI-pr.yml index 689c49d19e8a..d417c4919a82 100644 --- a/.github/workflows/CI-pr.yml +++ b/.github/workflows/CI-pr.yml @@ -45,6 +45,8 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} + - name: Install Rust uses: dtolnay/rust-toolchain@master