ci: Fetch whole git history

This commit is contained in:
Jade Ellis 2025-06-21 18:28:28 +01:00
parent 69b6820ffe
commit d1731fa8a0
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
persist-credentials: false persist-credentials: false
depth: 0 # we need to be able to get diffs
- uses: ./.forgejo/actions/prefligit - uses: ./.forgejo/actions/prefligit
with: with:
extra_args: --from-ref ${{ env.FROM_REF }} --to-ref ${{ env.TO_REF }} --hook-stage manual extra_args: --from-ref ${{ env.FROM_REF }} --to-ref ${{ env.TO_REF }} --hook-stage manual