mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-27 06:04:25 +01: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
2
.github/workflows/file-descriptions.yml
vendored
2
.github/workflows/file-descriptions.yml
vendored
@@ -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