Skip to content

Commit

Permalink
fix: Github Checkout action failing to find forked repository
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertogriffo committed Jun 5, 2024
1 parent 41d9bb4 commit 14cc19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 14cc19a

Please sign in to comment.