From 96231aa8e7fab9afb7cc7eab854e2f89e0420a79 Mon Sep 17 00:00:00 2001 From: Thomas Bui Date: Mon, 12 Oct 2020 14:50:12 -0700 Subject: [PATCH] Change the repo reference in the workflow --- .github/workflows/build_icons.yml | 1 + 1 file changed, 1 insertion(+) 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: