Skip to content

Commit

Permalink
build: fix leaderboard script checking out wrong repo on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Jul 6, 2024
1 parent 7e741e4 commit 62b2959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/leaderboard-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/checkout@v4
with:
path: _pr_submission
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}

# copy submission files over to main repo
Expand Down

0 comments on commit 62b2959

Please sign in to comment.