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 dd12d86 commit 2c74d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Get poetry version
id: poetry-version
Expand Down

0 comments on commit 2c74d24

Please sign in to comment.