From 2c71f9d689b23ef27ea6678f5b0ea5aefacd1168 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Thu, 25 Aug 2022 08:36:00 +0200 Subject: [PATCH] chore: fix update-docs workflow for forked PRs --- .github/workflows/update-docs.yml | 1 + 1 file changed, 1 insertion(+) 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