From e2b0f98042ffbc50827207fa2b956f09cc8abf80 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 8 Jun 2023 06:20:54 -0600 Subject: [PATCH] chore: update test --- .github/workflows/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f3227de88a..087d86b0b1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -123,6 +123,7 @@ jobs: - name: Checkout into dir1 uses: actions/checkout@v3 with: + repository: ${{ github.event.pull_request.head.repo.full_name }} submodules: true fetch-depth: 0 path: dir1 @@ -155,6 +156,7 @@ jobs: - name: Checkout into dir2 uses: actions/checkout@v3 with: + repository: ${{ github.event.pull_request.head.repo.full_name }} submodules: true fetch-depth: 0 path: dir2 @@ -189,6 +191,7 @@ jobs: - name: Checkout to branch uses: actions/checkout@v3 with: + repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - name: Download build assets @@ -245,6 +248,7 @@ jobs: - name: Checkout to branch uses: actions/checkout@v3 with: + repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - name: Download build assets @@ -281,6 +285,7 @@ jobs: - name: Checkout to branch uses: actions/checkout@v3 with: + repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - name: Download build assets @@ -316,6 +321,7 @@ jobs: - name: Checkout to branch uses: actions/checkout@v3 with: + repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: ${{ matrix.fetch-depth }} - name: Download build assets @@ -379,6 +385,7 @@ jobs: with: fetch-depth: ${{ matrix.fetch-depth }} persist-credentials: false + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Download build assets uses: actions/download-artifact@v3 @@ -560,6 +567,7 @@ jobs: uses: actions/checkout@v3 with: submodules: true + repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: ${{ matrix.fetch-depth }} - name: Download build assets uses: actions/download-artifact@v3