diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml index fd3fa279..8d333172 100644 --- a/.github/workflows/build_icons.yml +++ b/.github/workflows/build_icons.yml @@ -11,6 +11,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} + repository: ${{ github.event.pull_request.head.repo.full_name}} - name: Setup Python v3.8 uses: actions/setup-python@v2 with: