Set fetch-depth: 0 in Forgejo Actions CI workflows to fetch full history
This commit is contained in:
parent
dc4bc979af
commit
6d3b1cbffd
|
|
@ -14,6 +14,8 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- id: filter
|
- id: filter
|
||||||
uses: https://github.com/dorny/paths-filter@v3
|
uses: https://github.com/dorny/paths-filter@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue