diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index a6a245106e..f887f96752 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -15,6 +15,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} + repository: ${{github.event.pull_request.head.repo.full_name}} - name: Install Rust run: | rustup update ${{ matrix.rust }} --no-self-update