diff --git a/.github/workflows/blossom-ci.yml b/.github/workflows/blossom-ci.yml index 658b88a68cc..c2a22c2adde 100644 --- a/.github/workflows/blossom-ci.yml +++ b/.github/workflows/blossom-ci.yml @@ -66,7 +66,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - repository: ${{ github.repository }} + repository: ${{ fromJson(steps.pull_request_data.outputs.data).head.repo.full_name }} ref: ${{ fromJson(steps.pull_request_data.outputs.data).head.ref }} lfs: 'true'