ci: fetch more history for diff
This commit is contained in:
parent
a477e1ff54
commit
b87c0b0221
|
|
@ -14,6 +14,8 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
- id: filter
|
||||
name: Detect changes
|
||||
|
|
|
|||
Loading…
Reference in a new issue