Skip to content

Commit

Permalink
Pass in URL instead of repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Sep 15, 2023
1 parent e9f3bad commit efb8f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit efb8f55

Please # to comment.