Set fetch-depth: 0 in Forgejo Actions CI workflows to fetch full history
Some checks failed
ci / changes (push) Successful in 4s
ci / backend (push) Successful in 1m46s
ci / flutter (push) Has been cancelled

This commit is contained in:
oskar 2026-01-16 22:09:28 +01:00
parent dc4bc979af
commit 6d3b1cbffd

View file

@ -14,6 +14,8 @@ jobs:
runs-on: docker
steps:
- uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0
- id: filter
uses: https://github.com/dorny/paths-filter@v3