Skip to content

Commit

Permalink
Set origin properly for PRs from forks (#3378)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael authored Sep 29, 2023
1 parent 35df57a commit c3bf041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
repository: ${{ github.event.workflow_run.head_repository.full_name }}
ref: ${{ github.event.workflow_run.head_branch }}

- name: Download test coverage
Expand Down

0 comments on commit c3bf041

Please sign in to comment.