mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-15 15:19:52 +00:00
Fix 22f5b61: [CI] File descriptions check failure due to missing git fetch depth.
This commit is contained in:
committed by
rubidium42
parent
d4f0ff927e
commit
2e8d76386b
@@ -15,6 +15,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 4
|
||||
|
||||
- name: Get pull-request commits
|
||||
uses: OpenTTD/actions/checkout-pull-request@v6
|
||||
|
||||
Reference in New Issue
Block a user