mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
Make checkout action work with forks
This commit is contained in:
parent
1919a2d2d6
commit
463cf35e64
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -231,6 +231,7 @@ jobs:
|
||||||
- name: "Checkout PR branch and all PR commits"
|
- name: "Checkout PR branch and all PR commits"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
|
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue