mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-26 12:55:22 +02:00
ci: Fetch whole git history
This commit is contained in:
parent
69b6820ffe
commit
d1731fa8a0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue