From efb8f55522d7cb1f5ad6940c21c6e3e381e320c5 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Thu, 14 Sep 2023 18:16:07 -0700 Subject: [PATCH] Pass in URL instead of repo name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25c12ebf0e..32e34c9ffb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,5 +35,5 @@ jobs: uses: lf-lang/epoch/.github/workflows/build.yml@build-against-fork with: lingua-franca-ref: ${{ github.head_ref || github.ref_name }} - lingua-franca-repo: ${{ github.repository }} + lingua-franca-repo: ${{ github.event.pull_request.head.repo.full_name }} upload-artifacts: false