Skip to content

Commit

Permalink
Fix CI to work on forked repo
Browse files Browse the repository at this point in the history
  • Loading branch information
duck-rh committed Sep 2, 2024
1 parent f9569c0 commit b2049e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
# first load the base branch
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
# and then the PR commit
Expand Down

0 comments on commit b2049e5

Please sign in to comment.