ci: use fetch-depth
All checks were successful
CI Pipeline / build-and-test (push) Successful in 1m2s
CI Pipeline / check-version (push) Successful in 11s
CI Pipeline / mirror (push) Successful in 13s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped

This commit is contained in:
Leandro Costa 2025-05-28 09:35:52 -03:00
parent e09f8979fc
commit e41f6d9eb6

View file

@ -126,6 +126,8 @@ jobs:
- name: Checkout código
uses: actions/checkout@v4
with:
fetch-depth: 0 # ✅ clone completo
- name: Push para o repositório espelho
run: |